Call
Get outbound config detail
Returns detailed information about the specified outbound config.
get/outbound_configs/{id}
Path parameters
idstring uuid required
The unique identifier of the outbound config.
Response
Detailed outbound config information.
Example response
{
"id": "00000000-0000-0000-0000-000000000001",
"customer_id": "00000000-0000-0000-0000-000000000001",
"name": "production outbound config",
"detail": "allows US and UK PSTN calls",
"destination_whitelist": [
"us",
"gb",
"kr"
],
"codecs": "PCMU,PCMA",
"default_outgoing_source_number_id": "00000000-0000-0000-0000-000000000001"
}