/webhooksList webhook endpoints
Returns all webhook endpoints for your company.
Example response
json
{
"data": [
{
"id": "62744637-a8b9-4c0d-9e2f-304152637485",
"url": "https://example.com/hooks/quipteams",
"events": ["quote.*", "device_action.status"],
"description": "Production order + logistics events",
"is_active": true,
"created_by": "api",
"created_at": "2026-02-01T00:00:00.000Z",
"updated_at": "2026-02-01T00:00:00.000Z"
}
],
"meta": { "total": 1 }
}