List all webhook endpoints Run in API Explorer
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)
[
{
"created": "2024-01-06T05:30:39.373Z",
"description": "string",
"id": "whe_KPGc5vEZdvoETu39BNwu2Z",
"secret": false,
"url": "https://example.com/my/webhook/endpoint"
}
]