Environments
We provide both sandbox and production environments. Test your integration in sandbox first before going live.
All requests are HTTPS only.
Authentication
Every request must include your API access token in theAuthorization header:
Request & response format
- All requests and responses use JSON.
- Use
Content-Type: application/json; charset=utf-8for POST bodies. - All object keys are in camelCase.
- Response HTTP code is always
200with a valid payload. Invalid payloads return HTTP422.