Authorization type | Procedure |
For APIs protected with API key | ![]() ![]() The test request is sent to the API server with the API key of the selected application. |
For APIs that require basic authentication | ![]() ![]() The test request is sent with the selected authorization details. |
For APIs protected with JWT | ![]() ![]() The JWT tokens available for the selected application appear in the Available tokens section. You can select a token from the list or request for a new one. ![]() ![]() ![]() The token appears in the Available token section. Validity of token's are based on the duration specified in API Gateway. ![]() The test request is sent to the API server with the selected token details. |
For APIs protected with OAuth | ![]() ![]() The tokens available for the selected application appear in the Available tokens section. You can select a token from the list or request for a new one. ![]() ![]() ![]() ![]() ![]() If you had selected the Authorization code or Implicit grant type, the webMethods API Gateway Resource access approval page appears. ![]() ![]() ![]() If you had selected Client credentials grant type, then the request token appears without any further action. ![]() The test request is sent to the API server with the selected token details. |
For APIs that do not require any authentication | ![]() The test request is sent to the API server without any authorization. |