Skip to content

Obtener token

POST
/token

Cuerpo de la petición

application/x-www-form-urlencoded
JSON
{
  
"username": "usuario",
  
"password": "contraseña",
  
"grant_type": "password"
}

Respuestas

OK

JSON
{
  
"access_token": "string",
  
"token_type": "string",
  
"expires_in": 0,
  
"refresh_token": "string",
  
".issued": "string",
  
".expires": "string",
  
".refreshexpires": "string"
}

Playground

Cuerpo

Ejemplos

Powered by VitePress OpenAPI