POST: https://apiv2.telecomsxchange.com/buyers/routetest
This API allows you to initiate testing to one or more routes using a single API request. This API may also be used to initiate a call using number masking where CLI1 and CLI2 may be manipulated and replaced with DID numbers.
BODY formdata
i_account
1022
Billing Account ID
cld1
962790326274
The first phone number to dial
cli1
18882874637
The caller id to use when calling the first number or CLD1
i_connection1
315
Carrier Route to use for the test call e.g 315 is IDT, You can find this infromation in Market View API.
cld2
18882874637
The second phone number to dial
cli2
9542405411
The second caller id to use when calling the second number or CLD 2
i_connection2
864
Carrier Route to use for the test call on second number
API Call Example:
curl --location --request POST 'https://apiv2.telecomsxchange.com/buyers/routetest' \ --form 'i_account=1022' \ --form 'cld1=96264600900' \ --form 'cli1=80099996' \ --form 'i_connection1=315' \ --form 'cld2=19542405411' \ --form 'cli2=80055551' \ --form 'i_connection2=315'
{ "status": "ok", "status_text": "Test call has been initiated" }