Authorization fields

The following table lists the steps to provide authorization details for testing APIs, based on the authorization type applied to the corresponding APIs:
Authorization type Procedure
For APIs protected with API key
  • Select an application from the Applications field.
  • Select API Key from the Authorization type field.
The test request is sent to the API server with the API key of the selected application.
For APIs that require basic authentication
  • Select Basic auth from the Authorization type field.
  • Provide the user credentials and click Update.
The test request is sent with the selected authorization details.
For APIs that do not require any authentication
  • Select None from the Authorization type field.

The test request is sent to the API server without any authorization.