Get webhooks
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
webhookId
Optional MongoDB ObjectId (24-char hex) of a specific webhook to retrieve. If omitted, returns all webhooks for the organization.
Response
Successful response
status
data
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error

