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)
{
"$ref": "#/components/examples/webhooks"
}