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:

  1. Open API Portal.
  2. Click Develop on left-side panel and copy or note the API Proxy URL on the right-side.
  3. Click the More icon on top-right and select Developer Hub.
  4. Copy or note the Application Key.
  5. Open Postman.
  6. In Postman, set Auth Type to API Key.
    • Key: x-api-key
    • Value: <Application Key> (copied from the Developer Hub)
  7. 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