curl --request GET \
--url 'https://api.obvlo.com/v2/orgs/{orgId}/chat?key='{
"listings": [
{
"id": "<string>",
"name": "<string>",
"category": "<string>",
"address": "<string>",
"geoDistance": 123,
"googleRating": 123,
"priceLevel": 123,
"openNow": true,
"photo": {
"url": "<string>"
},
"googleMapsUrl": "<string>"
}
]
}Preview: returns the listings referenced by a guide card in the AI assistant experience.
curl --request GET \
--url 'https://api.obvlo.com/v2/orgs/{orgId}/chat?key='{
"listings": [
{
"id": "<string>",
"name": "<string>",
"category": "<string>",
"address": "<string>",
"geoDistance": 123,
"googleRating": 123,
"priceLevel": 123,
"openNow": true,
"photo": {
"url": "<string>"
},
"googleMapsUrl": "<string>"
}
]
}Organization Account Number
Guide identifier used to fetch listings for a specific guide
BCP-47 language code (e.g. en-GB). When provided, localizable fields are returned as a single string instead of a language map.
Success
Show child attributes