Test API Proxy with API Key Authentication
Call the API Proxy using the generated Application Key to validate API Key–based access..
To test API proxy with API key authentication:
- Open API Portal.
- Click Develop on left-side panel and copy or note the API Proxy URL on the right-side.
- Click the More icon on top-right and select Developer Hub.
- Copy or note the Application Key.
- Open Postman.
-
In Postman, set Auth Type to API Key.
- Key: x-api-key
- Value: <Application Key> (copied from the Developer Hub)
-
Set the Request URL to the API Proxy URL (copied from the API
Portal).
Case 1: Passing correct API key to the Authentication
Case: 2 Passing Incorrect API key to the Authentication