The exact URL's required for OAuth 2.0 in Postman

Hi

I am struggling to connect Genesys with Postman via OAuth 2.0.

Reading the documentation here Postman Authorisation OAUth 2.0

The issue I am having is that the document for the Auth URL for example states.

  • Auth URL - The endpoint for the API provider authorization server, to retrieve the auth code.

But there is no further explicit information as to what that is. The same with the Access Token URL.

Is there a way to identify what these URL's actually are or a page that lists them?

These are the URLSs I tried

https://www.postman.com/oauth2/callback
https://login.mypurecloud.com.au/oauth/authorize
https://login.mypurecloud.com.au/oauth/token

Going in circles. Any help appreciated.

Thank You

In your case it is
https://login.mypurecloud.com.au/oauth/token but try changing the Grant type to client credentials

The URL List is here -