List of service numbers specifying routing types and destinations
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema array
- service_number string
- routing_type string
Possible values: [
simple
,advanced
,disconnected
] - call_recording boolean
destinations object[]
destination string
[
{
"service_number": "448448807950",
"routing_type": "simple",
"call_recording": "true",
"destinations": [
{
"destination": "441111222333"
}
]
}
]