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": 1646818364,
"description": "string",
"id": "string",
"secret": false,
"url": "https://example.com/my/webhook/endpoint"
}
]