LogoLogo
Product
  • 👋Introduction
  • 🚀Stampede
  • 🛂Authentication
  • Organisations & Venues
    • 🏪Venues
  • Guests
    • 👥Guests
    • 🏷️Tags
    • 🥘Order
    • 📕Booking
    • 📶WiFi
    • 📰Form
  • Marketing
    • 🎫Deal Codes
  • Going Live
    • 🟢Going Live
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Organisations & Venues

Venues

PreviousAuthenticationNextGuests

Last updated 6 months ago

Was this helpful?

When generating a new this will then be associated to an organisation ID, of which can contain venues (serials).

When generating API keys, ensure that you've registered these within the correct organisation for the work you're looking to do.

Get a list of venues

GET /v1/venues

This will return you a list of venues that are available within the organisation.

Query Parameters

Name
Type
Description

cursor

String

limit

{
  "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
  }
}
🏪
client_id