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
Example response
{
"status": true
}