Authorization
Create access token
Exchanges an authorization code or refresh token for an access token
POST
Create access token
Authorizations
Basic authentication header of the form Basic <api_key>, where <api_key> is your api key.
Body
application/x-www-form-urlencoded
Previous
Start authorization flowRedirects the user to the authorization page to start the OAuth V2 authorization flow
Next
Create access token