St. Gallen API
API endpoints for St. Gallen.
Get the availability of all venues
GET https://st-gallen.apis.venuzle.com/custom-endpoints/venue-availability
API endpoint to check the availability of all venues at the moment of the call.
Query Parameters
Name
Type
Description
token
string
The authentication token.
[
{
venue_id: 1,
available: true
},
{
venue_id: 2,
available: false
}
]{}Last updated
Was this helpful?