HTTP API Requirements

This is a list of minimum requirements to use our HTTP API.

  • HTTPS. all endpoints require HTTPS, supported ciphers are TLS 1.3 and 1.2.
  • JSON. Both request and response bodies are expected to be a json payload (Content-Type: application/json), unless specified otherwise in the API reference (eg. some endpoints might return a CSV or PDF when indicated).

Please check our API reference also for any specific requirements on each endpoint.