Authorization: ********************
{}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/smsapi/listsmssourcenumbers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"sms_numbers": [
{
"sms_number_sid": 0,
"country_sid": 0,
"number": "string",
"provider_name": "string",
"notes": "string",
"ivr_reference": "string",
"client_name": "string",
"isTollFree": true,
"src_number_type": "string",
"last_updated": "1s"
}
]
}