Webhooks
List Webhook Subscriptions
Lists all webhook subscriptions for the authenticated user
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" } ]}