API Discovery and Testing

Where can I find the full API specification, including error response schemas?

Our Developer Portal provides interactive documentation for testing API operations. For the complete and official specification for a particular API, including detailed error response schemas, please view the API Product in the portal and find the link under the 'External Links' section. 

We recommend using this external document as the source of truth when building your integration.

Can I test an API in the Developer Portal?

Yes, you can test REST APIs directly from the portal. 

When viewing an API's details, you will see a list of its operations. 
Clicking on an operation reveals more information, such as its parameters and possible return codes. 
Use the 'Try' button to execute the operation. If the API requires authentication, you can enter your application's credentials (client ID or secret) in the 'Try' section.