cURL
curl --request GET \ --url https://api.simmer.markets/api/sdk/webhooks
{ "webhooks": [ { "id": "<string>", "url": "<string>", "events": [ "<string>" ], "active": true, "created_at": "<string>", "consecutive_failures": 0, "last_delivery_at": "<string>" } ], "count": 123 }
List all webhook subscriptions for the authenticated user.
Documentation IndexFetch the complete documentation index at: https://docs.simmer.markets/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.simmer.markets/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Response listing webhook subscriptions.
Show child attributes
Suggestions