Endpoint referenceAuthentication
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.
Authorization
BearerAuth AuthorizationBearer <token>
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
Was this page helpful?
LLM Context
Safe implementation context for AI coding tools using the Enterprise API docs and OpenAPI contract.
Create API Token
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.