Convert to Voice if Fax
/convert/voice
Full Url:
Arguments:
- token (string, required)
- did_id (int, required)
Info: Convert a did from a fax number to a voice number. Note, this does not assign a call flow, channel group or voicemail inbox. You will have to do that after the conversion
Note: did_id can be obtained from the "List Detail on Specific #" at the URL https://apiv1.teleapi.net/user/dids/get?token=xxxx&number=3035551212
Example Success
{
"code": 200,
"status": "success",
"data": "Successfully converted did to a voice number"
}
Example Error
{
"code": 400,
"status": "error",
"data": "Invalid did id"
}
Last modified 3yr ago