Autenticação
Gerar token OAuth
Entenda como adquirir o token Bearer OAuth, necessário para autenticação nas demais rotas da API.
POST
/
oauth
/
token
Body
application/x-www-form-urlencoded
client_id
string
requiredclient_secret
string
requiredResponse
200 - application/json
access_token
string
token_type
string
expires_in
string
scope
string