Gets details for the specified webhook configuration
curl --request GET \
--url https://api.ultravox.ai/api/webhooks/{webhook_id} \
--header 'X-API-Key: <api-key>'
{
"webhookId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created": "2023-11-07T05:31:56Z",
"url": "<string>",
"secrets": [
"<string>"
],
"events": [
"call.started"
]
}
API key
The response is of type object
.
curl --request GET \
--url https://api.ultravox.ai/api/webhooks/{webhook_id} \
--header 'X-API-Key: <api-key>'
{
"webhookId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created": "2023-11-07T05:31:56Z",
"url": "<string>",
"secrets": [
"<string>"
],
"events": [
"call.started"
]
}