Search US Long Code

This API let's you to get the list of US long code.

Get Available TN

GET https://{domain_name}/api_smsc/did/search

This endpoint allows you to get list of US long code.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

pattern

string

It helps to search number in this order eg: 803xxxxxxx

count

string

It is the number of data to be displayed.

npa

string

Numbers list will be filtered by this npa.

lata

string

Numbers list will be filtered by this lata.

state

string

Numbers list will be displayed by this state.

{
  "success": true,
  "payload": {
    "items": [
      {
        "number": "2084081060",
        "npa": "208",
        "lata": null,
        "state": "ID",
        "vendor_id": "49c78fec-7ad9-4c8c-9237-d7588241f67c",
        "fees": {
          "price": 0.06
        }
      },

GET https://{domain_name}/did/search

Request Body

Name
Type
Description

npa

string

GET https://{domain_name}/did/search

Path Parameters

Name
Type
Description

string

Request Body

Name
Type
Description

npa

string

GET https://{domain_name}/did/search

Request Body

Name
Type
Description

npa

string

Last updated

Was this helpful?