Skip to main content
GET
List Venue Types

List Venue Types

Retrieve all available venue types. Venue types classify locations and screens into a 3-level hierarchy:
  • Level 1 — Category (not selectable, e.g., “Retail”)
  • Level 2 — Venue type (selectable, e.g., “Grocery”)
  • Level 3 — Sub-venue type (selectable, e.g., “Shop Entrance (Grocery)”)
The id values returned here are used as venue_type_id in both the Screens and Locations endpoints. Constraint: Locations must use a level 2 venue_type_id. Screens must use a venue_type_id that is either the same as their parent Location’s (level 2) or one of its children (level 3).
string
required
Your organization token (e.g., Org_4KmTqZnWpLx).

Response

Returns an array of venue type objects.

Example Request

Example Response

Last modified on April 19, 2026