v45

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-0114775543.6 KB
Webhooks

Get webhooks

Retrieve all webhooks for the organization or a specific webhook by ID

get/webhook

Query parameters

webhookIdstring

Optional MongoDB ObjectId (24-char hex) of a specific webhook to retrieve. If omitted, returns all webhooks for the organization.

Response

Successful response

statusboolean

Example response

{
  "status": true
}