Create API Token
Exchange organization API credentials for a bearer token. Store the returned access_token securely, send it in the Authorization header, and refresh it before expires_at instead of retrying failed protected calls.
Header Parameters
Organization API key.
Organization API secret. Never expose this in browser code.
Response Body
application/json
application/json
application/json
application/json
Was this page helpful?
Get Authenticated API Context
Get Authenticated API Context. Validate the bearer token currently being used by the integration. The response confirms expiry, API client name, and organization name without returning storage identifiers or secret material.
Create Account Label
Create Account Label. Use it to manage the authenticated user profile, account labels, active sessions, and notification preferences that are visible inside the organization account. It applies the requested change and returns the updated resource, validation result, or action status needed for the next API step.