I am creating Okta REST APIs with Postman, following the documentation at https://developer.okta.com/docs/reference/rest/*get-an-access-token-and-make-a-request.
However, when I attempt to call Get New Access Token, I receive a 400 Bad Request response.
My URL is:
“oauth2/default/v1/authorize?response_type=code&client_id=xxx&state=2&scope=okta.users.read&redirect_uri=xxx&code_challenge=xxx&code_challenge_method=S256”
There are no apparent errors in the System Log.
Pls suggest a possible root cause.
Thanks

