Skip to main content
GET
Validar token i obtenir el context actual

Autoritzacions

Authorization
string
header
requerit

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

Resposta

Context autenticat recuperat correctament.

organization_id
string
requerit

Identificador de la organització autenticada.

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

Identificador de l'API key autenticada.

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

Nom del token autenticat.

token_created_at
string<date-time>
requerit

Data de creació del token.

token_expires_at
string<date-time>
requerit

Data de caducitat del token.