Get list of webhooks
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema array
- type
- allOf
[
{
"id": "1",
"last_successful_endpoint_response": "2022-08-01 11:56:12",
"enabled": true,
"endpoint": "https://www.example.com",
"failures_email": "webhooks@example.com",
"response_format": "json",
"number_acl": {
"type": "allow",
"service_numbers": [
"441111222333"
]
},
"url_acl": {
"type": "allow",
"va_codes": [
"VA-0001"
]
},
"destination_acl": {
"type": "allow",
"destinations": [
"442221111333"
]
},
"custom_payload": "{\n \"CallID\": \"__CallID__\",\n \"ServiceNumber\": \"__ServiceNumber__\",\n \"CallersNumber\": \"__CallersNumber__\",\n \"TerminatingNumber\": \"__TerminatingNumber__\",\n }"
}
]