Trying APIs

From Developer Portal, you can try an API with parameters according to your requirements.

Test the resources of an API by providing corresponding parameter values. Provide sufficient authorization details to have access to the API.
Note: The Try API page currently does not support retrieving of JWT tokens from the external authorization servers. To test JWT secured APIs , users must generate and provide the JWT token manually in the Header tab.

As an API consumer, it is important to test the endpoints of an API before you put them to use. Hence, you must always test an API before consuming.

Note: Testing of Async APIs is not supported.