List Webhooks
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
}Webhooks
List Webhooks
List all webhook subscriptions for the authenticated user.
GET
/
api
/
sdk
/
webhooks
List Webhooks
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
}⌘I
