AI-ready version:
Headers and Authorization
Required Headers
All API calls require the following headers:
| Header Name | Value | Description |
|---|---|---|
Content-Type |
application/json |
Specifies that the request payload is in JSON format. |
auth-token |
{valid_auth_token} |
Authentication token obtained from the dashboard to authorize the request. |
Authentication Token
To execute API calls, a valid auth-token is mandatory. The token value can be obtained from the "Edit Company" page, accessible in the "Company Tools" menu in the dashboard.
Read-Only Token
For solutions that only require read access, use the "Read-only token" available in the same section. This ensures secure operations without granting unnecessary write access.
Write-Only Token
For solutions that require write access, use the "Write-only token" available in the same section. This ensures secure operations without granting unnecessary access.
Example of a Valid auth-token
A valid auth-token follows this format:
auth-token: e9dc5901448d61e20b35e209bb09adcc
Use this token in the header of all authorized API requests.