Authentication
Validate token and get current context
Validates the token and returns the authenticated context.
GET
Validate token and get current context
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Authenticated context successfully retrieved.
Identifier of the authenticated API key.
Required string length:
24Pattern:
^[0-9a-f]{24}$Authenticated token name.
Token creation date.
Token expiration date.
Identifier of the authenticated organization.
Required string length:
24Pattern:
^[0-9a-f]{24}$