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
Example response
{
"token_type": "Bearer",
"expires_in": 3600
}