Call
Create an outbound config
Creates a new outbound config and returns the created resource.
post/outbound_configs
Request body
Example request
{
"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"
}Response
The created outbound config.
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"
}