When working on the Auth0 authorize API on postman, unable to retrieve code from response

Hi, I’ve been working on the authorize api call on auth0 and following many stackoverflows/https://auth0.com/docs/flows/guides/single-page-login-flow/includes/authorize-user-add-login (api docs), but i’m still not getting the HTTP 302 response that i was expecting.

Instead i’m just getting a 200 success but with no data…

https:///authorize?response_type=code&client_id=XXXX&redirect_uri=https:///callback/&audience=https:///api/v2/

Any help would be appreciated…

Hey there @tina.yue!

Thanks for reporting that. I saw that you are exactly using Postman. Before I dig into looking for the root cause, can you try one more thing?

Please do make us of our docs on using Postman with our APIs :

and let me know whether that helped!

Hi yes, I’ve tried using that and it didn’t have the authorize one in there so I had to add that in based on other research in the docs.