Skip to main content
Organizations are the top-level accounts that own tours. These endpoints are read-only and are the usual starting point for an integration — list the user’s organizations, then list tours within one. Organization IDs are UUID strings. All endpoints require the standard authentication headers.

List organizations

Returns every organization the authenticated user belongs to. Scope: organization.read This endpoint takes no parameters — the organizations are derived from the user token. Example
Response data — array of organizations:
  • loggedInUserRole — the authenticated user’s role in this organization.
  • is_unlimited_free / is_trial / isBeta — billing flags; organizations with any of these are exempt from the subscription requirement on writes.

List organization members

Returns active members, seat usage, and pending invites for an organization. Scope: organization.read Path parameters Response data

See also: Tours.