cURL
curl --request GET \ --url https://api.poly.ai/v1/webhook-endpoints/{endpoint_id} \ --header 'x-api-key: <api-key>'
{ "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": {} }
Webhook endpoint retrieved successfully.
1 - 255
alerts.triggered
1000 <= x <= 30000
Show child attributes
Was this page helpful?