List Hidden Offnet DIDs

/numbers/list

Full Url

Arguments

  • token (required)

Info

Returns a list of offnet DIDs.

Example Success

{
"code": 200,
"status": "success",
"data": [
{
"id": 42,
"user_id": 22,
"user_name": "bobby",
"user_type": "reseller",
"country_code": 1,
"npa": 555,
"nxx": 555,
"xxxx": 5555,
"number": 5555555555,
"ratecenter": "BLARG",
"state": "CO",
"number_type": "offnet",
"call_flow_id": null,
"channel_group_id": null,
"voicemail_inbox_id": null,
"sms_enabled": 0
},
{
"id": 66,
"user_id": 21,
"user_name": "robert",
"user_type": "master",
"country_code": 1,
"npa": 555,
"nxx": 555,
"xxxx": 5554,
"number": 5555555555,
"ratecenter": "BLARG",
"state": "CO",
"number_type": "offnet",
"call_flow_id": 234,
"channel_group_id": null,
"voicemail_inbox_id": 654,
"sms_enabled": 1
}
]
}
Example Error
{
"code": 400,
"status": "error",
"data": "Missing variable: token"
}