How to try out an API
Try out an API’s endpoints to see how they work.
Step 1 - Choose an API to try out
- Click or tap the Our APIs tab in the top menu to view our APIs.
- Click or tap on an API to view its documentation.
- In the left menu, click or tap on the endpoint you’re interested in.
- In the right hand panel, click or tap the Try it button.
Step 2 - Provide a valid credential
- In Credentials, choose or enter a valid credential.
You may see various options, depending on the endpoint. Some endpoints permit you to use a credential you created within the Developer Portal. You can select from apps which have credentials that will work with the endpoint.
Other endpoints may require you to enter a credential created outside of the Developer Portal. You can paste the credential into the text entry field(s).
You may also have the option to 'skip' credential entry and instead enter an Access Token generated outside of the Developer Portal.
- If prompted, click or tap Generate access token.
- Review your credential details, and, if returned, your JWT.
If your credential has any scopes associated with it, check the ones you want to use in the request. You’ll only see the scopes you've been provisioned with your credential. The API documentation will include information about which scopes you need for the endpoint you’re trying out.
Step 3 - Add parameters
- Enter any mandatory parameters.
- Enter any optional parameters you wish to include in your request.
Step 4 - Send your request
- Review the target service and endpoint.
- Click or tap Send.
Step 5 - View the response
- Click or tap the Response tab to view the response.