cURL
curl --request GET \ --url https://api.prod.commenda.io/api/v1/partner/webhook-subscriptions \ --header 'x-api-key: <api-key>'
{ "webhookSubscriptions": [ { "id": "whsub_123", "url": "https://partner.example.com/commenda/webhooks", "eventTypes": [ "incorporation.issue.created" ], "status": "active", "secretPreview": "whsec_...c123", "createdAt": "2026-04-25T21:00:00.000Z" } ], "count": 1 }
List active webhook subscriptions for the authenticated partner. Responses include secretPreview, not the full signing secret.
secretPreview
Webhook subscriptions retrieved successfully
Show child attributes
1
Was this page helpful?