Skip to content

List Venues

GET
/venues

Lists all available venues.

Authorizations

OAuth2
clientCredentials Flow
Token URL"https://login.microsoftonline.com/{issuer}/oauth2/v2.0/token"
Scopes:
or
X-API-KEY

Is made available as part of the onboading/integration process.

Type
API Key (header: X-API-KEY)

Parameters

Header Parameters

X-API-KEY*

Client-specific key.

Type
string
Required

Responses

Success

application/json
JSON
{
"data": [
{
"id": 149,
"name": "Seaside Restaurant",
"scenarioNames": [
"Breakfast"
],
"scenarios": [
{
"id": 0,
"name": "Lunch",
"types": [
],
"description": "string",
"distributionUrl": "string"
}
]
}
]
}

Playground

Authorization
Headers

Samples

Powered by VitePress OpenAPI

Technical documentation for partners and integrators