πͺVenues
Get a list of venues
Query Parameters
Name
Type
Description
{
"data": [
{
"id": string,
"name": string | null,
"organization_id": string,
"branding_settings": {
"headerImage": string,
"headerColor": string,
"interfaceColor": string,
"background": string,
"backgroundImage": string | null
}
}
],
"links": {
"first": string | null,
"last": string | null,
"next": string | null,
"prev": string | null
}
}Last updated
Was this helpful?

