Skip to main content
GET
Validar token e obter contexto atual

Autorizações

Authorization
string
header
obrigatório

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

Resposta

Contexto autenticado recuperado com sucesso.

organization_id
string
obrigatório

Identificador da organização autenticada.

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

Identificador da chave API autenticada.

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

Nome do token autenticado.

token_created_at
string<date-time>
obrigatório

Data de criação do token.

token_expires_at
string<date-time>
obrigatório

Data de expiração do token.