Skip to main content

Endpoint

Returns the organizations the requesting user’s token has access to. A token is scoped to the user, not to a single organization, so this list may include more than one organization if your account belongs to several. See Authentication.

Response modes

The mode query parameter selects between two response shapes:

Short mode

Full mode

Every organization from short mode is returned in full mode too, with meta and communityId added — the underlying list is the same.

Fields

Open — not fully decided. This page documents the two response shapes exactly as specified, but several details aren’t finalized in the source spec:
  • What populates meta — every example returns an empty object.
  • What communityId refers to, and how it relates to the id used elsewhere (for example, as a filter on /variables or /metered-entities).
  • Whether mode=short and the default (full) response are the only two modes, or more are planned.
  • Sort order of the returned array — examples appear alphabetical by name, but this isn’t a guaranteed contract.
  • Whether the list supports filtering or pagination, and what’s returned if a token has access to zero organizations.
See Discovery Endpoints for how organizations relate to metered entities and variables, and Rate Limits for the request budget.