Agiled Docs
GET
/public/v1/webhook-subscriptions

Lists webhook subscriptions.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

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"    }  ]}
Empty
Empty
Empty