How to try Backend API
In Backend API Reference you have ability to try all it's functionality without installing any 3rd party software.
In all methods you'll see "Try it out" tab.
Steps to try API:
1. Click on "Try it out" tab in any Backend API method2. Enter your API Key in X-API-KEY input at:
- Variables group - API Key will be stored and used for all methods
- Headers group - API Key will be used only for current method
4. Choose in select box:
- Use API response - all request will be sent to LIVE system. Be careful - requests will impact your real data.
- Use mocked response - requests will be sent to mocking server - you'll receive example data.