OAuth documentation guide
code
.
access_token
to make requests to the API.
You will need to pass the redirect_uri
value as part of the payload. This is the same URL as the Callback URL you set when creating your webapp.
Code | Response Body | Description |
---|---|---|
400 | The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client. | Check the code |
401 | Your access token is invalid. Please make sure you are passing an access token, and that it is correctly formatted. | Your access token is invalid, try generating a new one |
404 | Route {ROUTE} not found | Check the URL |