List Your Webhook Subscriptions
GET /public/webhook/subscriptions — Returns all active webhook subscriptions for your account, including URL, events, and enabled status.
Authorizations
Portal application identifier used as part of HMAC-authenticated API requests.
Portal user API key used together with the HMAC signature headers.
Timestamp header included in the signed request to prevent replay attacks.
HMAC-SHA256 signature for the request, calculated over the canonical string defined in the authentication docs.
Headers
Accept Header
application/json Response
Success
Unique numeric identifier of the webhook subscription
HTTPS URL that receives webhook POST deliveries
Whether the subscription is enabled
Event names that trigger this subscription
Optional human-readable label for the subscription
Signing secret used to verify webhook deliveries. Returned on create and update responses only; omitted from list responses.