Verify Capability
/check
Full Url:
Arguments:
- token (string, required)
- numbers (stringified JSON array, required)
Info: This will check if we are able to provision an offnet number on our network.
Return:
{
"success": {
"5555555555": "Success",
"5555555556": "Success"
},
"fail": {
"555555555": "Invalid number"
}
}
Last modified 3yr ago