List all webhook endpoints
Returns a list of your webhook endpoints. The webhook endpoints are returned sorted by updated date, with the most recently updated webhook endpoints appearing first.
GET
/api/v1/webhook_endpoints
curl \
--request GET 'https://api.1099policy.com/api/v1/webhook_endpoints'
Response examples (200)
[
{
"id": "whe_KPGc5vEZdvoETu39BNwu2Z",
"url": "https://example.com/my/webhook/endpoint",
"created": 1646818364,
"description": "Webhook for contractor insurance application events."
}
]