Venues
List venues
List every active venue accessible to your API key.
GET
Returns the active venues that are in scope for your API key. Requires the
This endpoint takes no query parameters and is not paginated — it
returns the full in-scope list in one call. Cache the result; venue metadata
changes rarely.
Each venue exposes a
venues:read scope.
If your API key is scoped to a single venue, this endpoint returns only that
venue. Platform-wide keys receive every active venue, ordered by
name.slug (URL-safe, unique per organization) which you can
use as the path identifier in any other endpoint — for example
/v1/venues/akasha-lutetia/customers instead of the UUID form. The UUID id
remains stable and accepted everywhere.