Skip to main content
POST
Generar access token

Body

application/json
client_id
string
required

Client ID generado desde el portal

Example:

"api-client-1779822888307-id4ivk"

client_secret
string
required

Client secret obtenido al crear la API key

Example:

"your-client-secret"

Response

Token generado

access_token
string
required

JWT access token

Example:

"eyJhbGciOiJSUzI1NiIs..."

expires_in
number
required

Tiempo de expiracion en segundos

Example:

300

token_type
string
required

Tipo de token

Example:

"Bearer"

scope
string
required

Scopes del token

Example:

"openid email profile"