Test OAuth Token Generation using API Proxy
Use Postman to request an OAuth 2.0 token from the Generate OAuth Token API Proxy. This validates that the proxy issues access tokens using the client ID and secret from the Developer Hub.
To test OAuth token generation using an API proxy:
- Open Postman and go to the Authorization tab.
- Set Auth Type to OAuth 2.0.
-
Fill in the following details:
-
Token Name: any descriptive name
-
Grant Type: Client Credentials
-
Access Token URL: URL of the Generate OAuth Token API Proxy
-
Client ID: Application Key from Developer Hub
-
Client Secret: Secret Key from Developer Hub
-
- Scroll down and click Get New Access Token.