Skip to main content
GET
/
v1
/
webhook-endpoints
List webhook endpoints
curl --request GET \
  --url https://api.poly.ai/v1/webhook-endpoints \
  --header 'x-api-key: <api-key>'
{
  "data": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "url": "<string>",
      "enabled": true,
      "event_types": [
        "alerts.triggered"
      ],
      "timeout_ms": 5000,
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "headers": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

Query Parameters

enabled
boolean
event_type
enum<string>
Available options:
alerts.triggered

Response

Webhook endpoints retrieved successfully.

data
object[]
required