Skip to content

Demander un nouveau jeton.

POST
/v1/token

Autorisations

Bearer

En-tête d'autorisation JWT utilisant le schéma Bearer.

TypeHTTP (Bearer)

Corps de la requête

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

Réponses

Retourne le nouveau jeton.

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

Playground

Serveur
Autorisation
Corps

Exemples

cURL
JavaScript
PHP
Python