List FreeSWITCH Connectors
GET/resources/freeswitch_connectors
List FreeSWITCH Connectors
Responses
- 200
A list of FreeSWITCH Connectors
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id uuid
project_id uuid
display_name string
type string
created_at date-time
updated_at date-time
freeswitch_connector
object
id uuid
A unique identifier for the FreeSWITCH Connector
name string
caller_id string
send_as string
[
{
"id": "993ed018-9e79-4e50-b97b-984bd5534095",
"project_id": "1313fe58-5e14-4c11-bbe7-6fdfa11fe780",
"display_name": "Reception",
"type": "freeswitch_connector",
"created_at": "2024-01-02T00:00:00Z",
"updated_at": "2024-01-02T00:00:00Z",
"freeswitch_connector": {
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "Booking Assistant",
"caller_id": 123456,
"send_as": 123456
}
}
]
Loading...