Lists webhook subscriptions.
bearerAuth In: header
application/json
curl -X GET "https://loading/public/v1/webhook-subscriptions"{ "data": [ { "description": "string", "events": [ "contact.created" ], "id": "string", "last_delivery_at": "string", "secret": "string", "status": "string", "target_url": "http://example.com" } ]}