cURL
curl --request POST \ --url https://api.simmer.markets/api/sdk/webhooks \ --header 'Content-Type: application/json' \ --data ' { "url": "<string>", "events": [ "<string>" ], "secret": "<string>" } '
{ "id": "<string>", "url": "<string>", "events": [ "<string>" ], "active": true, "created_at": "<string>", "consecutive_failures": 0, "last_delivery_at": "<string>" }
Register a webhook URL to receive event notifications.
Events:
Payload includes X-Simmer-Signature header (HMAC-SHA256) if secret is set. Webhooks auto-disable after 10 consecutive delivery failures.
Request to register a webhook subscription.
Successful Response
Response for a single webhook subscription.