Skip to main content
GET
/
v2
/
webhooks
Get Webhook List
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"
      ]
    }
  ]
}

Authorizations

api_key
string
header
required

Headers

Company-Name
string
required

Schema name for multi-tenancy

Response

Webhook list retrieved successfully

message
string
Example:

"Webhook list retrieved successfully!"

data
object[]