Get Available US LATA

This API let's you to get the list of available LATA.

US LATA

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

This end point returns the list of US LATA that the SMSC has TN inventory for.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

per_page

string

Its the number of data for each page.

page

string

it is the number of page.

{   
  "success": true,
  "payload": {
    "items": [
      {
        "lata": ""
      },
      {
        "lata": "120"
        }]
}

Last updated

Was this helpful?