v1
latestOpenAPI 3.1.02026-07-241910582.8 KBCreate Webhook Endpoint
Create a new webhook endpoint
post/webhook_endpoints
Request body
Response
201
Example response
{
"id": "281686a8-359c-451a-b43c-76e2eec0037a",
"object": "webhook_endpoint",
"url": "https://<your-domain.com>",
"webhook_key": "<webhook key>",
"enabled": true,
"created_at": "2022-02-16T02:22:31Z",
"updated_at": "2022-02-16T02:22:31Z"
}