List of Purchased Numbers

This API will list out all purchased numbers.

List Purchased Number

GET https://{domain_name}/api_smsc/v1/did/company/list

This endpoint will show you all numbers already ordered.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

is_toll_free

string

if Yes then it should show only TF numbers if false then it should show long code numbers.

did_type

string

Value = ANI/ DNIS. ANI= should show ani numbers.DNIS= It should dnis numbers

{    "name": "{
  "success": true,
  "payload": {
    "per_page": 10,
    "total": 7,
    "page": 0,
    "items": [
      {
"did": "xxxxxxxxxx",
}
 name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}

Last updated

Was this helpful?