Skip to content

Webhooks

Create a webhook endpoint for a channel.

Body:

{
"url": "https://your-app.com/webhook",
"channelId": 1
}

GET /webhooks/endpoints/channel/:channelId

Section titled “GET /webhooks/endpoints/channel/:channelId”

List webhook endpoints for a channel.

Delete a webhook endpoint.

Get delivery history for an endpoint.

Response:

[
{
"id": 1,
"statusCode": 200,
"responseBody": "OK",
"createdAt": "2026-03-31T12:00:00Z"
}
]

Internal endpoint used by the system to deliver webhooks. Not for direct use.