I am trying to generate authorization code and access token through postman API but in response I am unable to get authorization code or Access token from the API calls can some one please guide me to get Auth code and Access token through API calls.
Did you call the the authorize request in the browser to get the authorization code?
1 Like
I need to get authorization code through postman api response call not from browser sherry please provide me details how to generate authorization code and access token from api calls
Using a browser to complete the /authorize request is what is recommended, but you could try the solution outlined here to complete primary authentication (the user will need to authenticate with their username/password) and then make the /authorize request within postman/curl
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.