Pular para o conteúdo principal

issue an OAuth v2 client credentials access token

POST 

/v2/oauth/token

Exchange an OAuth client ID and client secret for a Bearer access token. Send the request as application/x-www-form-urlencoded. Leave scope blank to use the registered client scopes still allowed by the owner client's current CLIENT_CONFIG permissions projection, or provide a space-separated subset to limit the issued token.

Request

Responses

OAuth token response.