curl --request GET \
--url https://app.closerx.ai/api/v2/webhooks/ \
--header 'Company-Name: <company-name>' \
--header 'api_key: <api-key>'{
"message": "Webhook list retrieved successfully!",
"data": [
{
"id": 3,
"webhook_url": "https://services.leadconnectorhq.com/hooks/DHubtJyGmvUTtbYB7aEL/webhook-trigger/1a499911-ce93-4451-ba41-d64dea7b6d4e",
"description": "prio",
"agents": [
{
"id": 16,
"agent_name": "inbound prio agent"
}
],
"events_to_subscribe": [
"call.started"
]
}
]
}Retrieves a list of all registered webhooks along with their URLs, descriptions, subscribed events, and associated agents.
curl --request GET \
--url https://app.closerx.ai/api/v2/webhooks/ \
--header 'Company-Name: <company-name>' \
--header 'api_key: <api-key>'{
"message": "Webhook list retrieved successfully!",
"data": [
{
"id": 3,
"webhook_url": "https://services.leadconnectorhq.com/hooks/DHubtJyGmvUTtbYB7aEL/webhook-trigger/1a499911-ce93-4451-ba41-d64dea7b6d4e",
"description": "prio",
"agents": [
{
"id": 16,
"agent_name": "inbound prio agent"
}
],
"events_to_subscribe": [
"call.started"
]
}
]
}Schema name for multi-tenancy
Webhook list retrieved successfully
"Webhook list retrieved successfully!"
Show child attributes
3
"https://services.leadconnectorhq.com/hooks/DHubtJyGmvUTtbYB7aEL/webhook-trigger/1a499911-ce93-4451-ba41-d64dea7b6d4e"
"prio"