Get webhooks

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

Authentication

AuthorizationBearer

API key from the console ApiKey collection, sent as Bearer token. Also accepts session cookies for browser-based auth.

Query parameters

webhookIdstringOptional

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

Response

Successful response
statusboolean
dataobject or list of objects

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error