Skip to main content
POST
Obtener un token

Body

application/json

POST /v1/token: OAuth2 client credentials en JSON.

client_id
string
required
Required string length: 1 - 64
client_secret
string
required
Required string length: 1 - 256
grant_type
string
required
Pattern: ^client_credentials$

Response

Successful Response

access_token
string
required
expires_in
integer
required
scope
string
required
token_type
string
default:Bearer