Info API (v2.1.6)

Download OpenAPI specification:Download

Info Services

Info

Lookups (CNAM, LRN, Resp Org).

Caller ID Name Lookup

Returns the Caller ID Name (CNAM) for a 10-digit telephone number. Requires CNAM service to be enabled on the account.

Authorizations:
apikey
Request Body schema: application/json
required

Body for caller id name lookup.

cid
required
integer

10-digit telephone number in NPANXXXXXX format.

apikey
required
string

Responses

Request samples

Content type
application/json
{
  • "cid": 2015551234,
  • "apikey": "Your API Key"
}

Response samples

Content type
application/json
{
  • "status": "Success",
  • "cnam": "VOICETEL",
  • "statusCode": "200"
}

Location Routing Number Lookup

Returns the Location Routing Number (LRN) and carrier information for a destination number. Both dst and cid must be 10-digit NPANXXXXXX format.

Authorizations:
apikey
Request Body schema: application/json
required

Body for location routing number lookup.

cid
required
integer

Calling party number in NPANXXXXXX format.

dst
required
integer

Destination number in NPANXXXXXX format.

apikey
required
string

Responses

Request samples

Content type
application/json
{
  • "cid": 2015551234,
  • "dst": 2125551234,
  • "apikey": "Your API Key"
}

Response samples

Content type
application/json
{
  • "lrn": {
    },
  • "status": "Success",
  • "statusCode": "200"
}

Toll-Free RespOrg Lookup

Returns the Responsible Organization (RespOrg) ID for a toll-free telephone number. Requires LRN service to be enabled on the account.

Authorizations:
apikey
Request Body schema: application/json
required

Body for toll-free resporg lookup.

tn
required
integer

10-digit toll-free number in NPANXXXXXX format.

apikey
required
string

Responses

Request samples

Content type
application/json
{
  • "tn": 8005551234,
  • "apikey": "Your API Key"
}

Response samples

Content type
application/json
{
  • "status": "Success",
  • "RespOrg": {
    },
  • "statusCode": "200"
}