auth

Get Token

Issue an access token for the caller, optionally scoped to one of their organizations.

The organization may be named by id or by slug, but not both. When neither is given, the token is scoped to whichever organization the caller is a member of.

get/token

Query parameters

organization_idstring uuid4 nullable
organization_slugstring nullable

Response

Successful Response

access_tokenstring required
token_typestring
expires_atstring date-time required

Changes