Back to API Docs
Webhooks
Configure webhooks to receive real-time notifications when events occur in your Qamaq workspace.
Endpoints (8)
GET
List webhooks
/webhooksReturns all webhooks configured for the organization.
POST
Create webhook
/webhooksCreates a new webhook to receive event notifications.
GET
Get webhook
/webhooks/{webhook_id}Returns a specific webhook by ID.
PATCH
Update webhook
/webhooks/{webhook_id}Updates a webhook's properties.
DELETE
Delete webhook
/webhooks/{webhook_id}Deletes a webhook.
GET
List webhook deliveries
/webhooks/{webhook_id}/deliveriesReturns delivery history for a webhook.
POST
Test webhook
/webhooks/{webhook_id}/testSends a test event to a webhook.
GET
List webhook events
/webhooks/eventsReturns all available webhook event types.