Required Headers
Every authenticated request requires these headers:| Header | Value | Description |
|---|---|---|
| Authorization | Bearer {api_key} | Provide the API key as a Bearer token. |
| X-Client-Directory | {client_directory} | client_directory is the client-specific directory segment in the application URL.Example: logistics.smartcp.org/{client_directory}If the client directory is acme, the app URL would be:logistics.smartcp.org/acme |