The Copper Platform has a built-in webhook system to subscribe your service to specific events. This allows you to receive notifications about the events that occur in the system. Requests are sent to the webhook URL that you specify when creating a subscription. The webhook URL must be accessible from the internet and respond with aDocumentation Index
Fetch the complete documentation index at: https://developer.copper.co/llms.txt
Use this file to discover all available pages before exploring further.
200 OK status code to confirm that the webhook was received.
| Header | Description |
|---|---|
X-Signature | Signature of the request |
X-Timestamp | Timestamp of the request in Unix Timestamp format (in milliseconds) |
X-Id | The identifier of the webhook subscription |