List all webhooks
List all webhooks
Responses
- 200
- 401
- 403
Successfully retrieved the webhooks
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
data object[]
url uri
contentType string
Possible values: [application/json
, application/x-www-form-urlencoded
]
event string
Possible values: [incomingCall
, outgoingCall
, callStart
, callEnd
, callInsights
]
active boolean
description string
{
"data": [
{
"url": "https://example.com/webhook",
"contentType": "application/json",
"event": "incomingCall",
"active": true,
"description": "My webhook"
}
]
}
Unauthorized
Current plan does not include integration
Loading...