Plot HomeDocumentation
Webhooks

List Webhook Subscriptions

Lists all webhook subscriptions for the authenticated user

GET
/v1/webhooks/subscribe

Lists all webhook subscriptions for the authenticated user

Response Body

application/json

curl -X GET "https://example.com/v1/webhooks/subscribe"
{  "data": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "hookUrl": "http://example.com",      "eventType": "string",      "status": "active",      "createdAt": "2019-08-24T14:15:22Z"    }  ]}