Overview
Webhook requests from automations and integrations include five specific headers that help you identify and validate the authenticity of each call.Webhook headers
| Header | Description |
|---|---|
| X-ClarusWMS-Domain | The base URL that initiated the webhook call (your login URL) |
| X-ClarusWMS-API-Domain | The API URL linked to the domain |
| X-ClarusWMS-Subdomain | The subdomain part of the URL (e.g., customer) |
| X-ClarusWMS-Automation-ID | The unique ID of the automation that triggered the webhook (e.g., 43) |
| X-ClarusWMS-Integration-ID | The ID of the linked integration (only included if applicable, e.g., 723) |
Validation steps
These headers are essential for confirming that a webhook request to your URL is legitimate and has not been spoofed.

