API Basics
It works with standard HTTP verbs
POST.All request must be using with
POSTrequestWe 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 performedPOST data should be encoded as standard
application/jsonAll our responses are in JSON format
Last updated