Skip to main content
GET
Validar token y obtener contexto actual

Autorizaciones

Authorization
string
header
requerido

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

Respuesta

Contexto autenticado recuperado correctamente.

organization_id
string
requerido

Identificador de la organización autenticada.

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

Identificador de la API key autenticada.

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

Nombre del token autenticado.

token_created_at
string<date-time>
requerido

Fecha de creación del token.

token_expires_at
string<date-time>
requerido

Fecha de expiración del token.