[ARCHIVED] Unable to get Access token using Postman
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2020
12:10 PM
I am unable to get the access token when I post a request using Postman. I am receiving the authorization code from the browser and passing the authorization in the Postman request. I have attached screenshot and I am receiving HTTP status as 400 Bad Request with a message
{
"error": "invalid_grant",
"error_description": "authorization_code not found"
}
Do you have any idea what am I doing wrong here?
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.