List Available US States

This API returns the list of available states that we have in our TN inventory.

Get List Available US States

GET https://{domain_name}/api_smsc/v1/state​/list

This end point return the list of available US states.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

per_page

string

it is number of data per page.

page

string

It is the page number.

  {
  "success": true,
  "payload": {
    "items": [
      {
        "state": "KS"
      },
      {
        "State”: “CA”
     }]
}

Last updated

Was this helpful?