Unified

REST API

Authentication

Send your API token in the Authorization HTTP header for each API request.

Example: Authorization: Bearer eyJhbGciOiJIUzI1NiIXVCJ9

All API requests must be made over HTTPS. API requests made over plain HTTP or without authentication will fail. Furthermore, all connections must support the TLS 1.2 version for their SSL/HTTPS protocol.

Was this page helpful?