Get Available US NPA

This API let you get the list of US NPA

Get US NPA

GET https://{domain_name}/api_smsc/v1/npa/list

This end point return the list of US NPA that the SMS has inventory for.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.NP{ "success": true,

Request Body

Name
Type
Description

per_page

string

Number of data for each pages.

page

string

It is the number of page.

  "payload": {
    "items": [
      {
        "npa": "201"
      },
      {
        "npa": "202"
      },
      {
        "npa": "203"
      },
}

Last updated

Was this helpful?