v22

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-01140308542.4 KB
svc-org-management_other

Exchange user token for organization-scoped M2M token

post/organizations/{organization_id}/token

Path parameters

organization_idstring required

Organization ID or label identifier

Organization ID or label

Headers

X-Client-Request-IDstring uuid

Unique request identifier specified by the originating caller and passed along by proxies.

Response

M2M token generated successfully

access_tokenstring required

The M2M access token

token_typestring required

Token type (always "Bearer")

expires_ininteger

Token expiration time in seconds

Example response

{
  "token_type": "Bearer",
  "expires_in": 3600
}