Skip to content

Request a new token.

POST
/v1/token

Autorisations

Bearer

JWT Authorization header using the Bearer scheme.

TypeHTTP (Bearer)

Corps de la requête

JSON
{
"client_id": "string",
"application_id": "string",
"secret": "string"
}

Réponses

Returns the new token.

application/json
JSON
{
"access_token": "string",
"token_type": "string",
"expires_in": 0,
"scope": [
"string"
]
}

Playground

Serveur
Autorisation
Corps

Exemples

cURL
JavaScript
PHP
Python