Skip to main content
GET
Validate token and get current context

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Authenticated context successfully retrieved.

organization_id
string
required

Identifier of the authenticated organization.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
token_id
string
required

Identifier of the authenticated API key.

Required string length: 24
Pattern: ^[0-9a-f]{24}$
token_name
string | null
required

Authenticated token name.

token_created_at
string<date-time>
required

Token creation date.

token_expires_at
string<date-time>
required

Token expiration date.