Our API is REST-based on HTTPS#
It works with standard HTTP verbs like GET
and POST
We use standard HTTP error responses to describe errors
All API requests MUST be made over SSL, including outgoing webhooks. Any non-secure requests return as ssl_required
, and no redirects are performed
POST data should be encoded as standard application/json
All our responses are in JSON format
Modified at 2024-02-21 09:57:49