v1
latestOpenAPI 3.1.02026-07-241910582.8 KBGet Webhook Endpoint
Get details about an exisiting webhook endpoint
get/webhook_endpoints/{id}
Path parameters
idstring required
The ID for a webhook endpoint
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"
}