Skip to main content
POST
This is the endpoint to get a temporal token to set in the oauth2 header

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/x-www-form-urlencoded
grant_type
string
client_id
string
client_secret
string

Response

200 - application/json

Token fetched

access_token
string
expires_in
integer
token_type
string