v1
latestOpenAPI 3.1.02026-07-241910582.8 KBList Webhook Endpoints
Get all webhook endpoint objects
get/webhook_endpoints
Query parameters
after_cursorstring
per_pageinteger
Response
200
Example response
[
{
"id": "5bcbec62-69df-46dd-9849-e89f42f9dc31",
"object": "webhook_endpoint",
"url": "https://<your-domain.com>",
"enabled": true,
"created_at": "2022-02-16T02:09:08Z",
"updated_at": "2022-02-16T02:09:08Z"
}
]