Extended LRN lookup using HTTP

Uses HTTP to retrieve the extended local routing number information (LRN).

Request
path Parameters
tn
required
number <^[\d]{10}>

10-digit phone number

query Parameters
format
string <json|xml>

Specify format for response either json or xml

Responses
200

Successful response

400

Bad request when missing tn

401

Unauthorized request

get/LRNLookup/{tn}
Request samples
Response samples
application/json
{
  • "tn": "string",
  • "lrn": "string",
  • "ported_status": "Y",
  • "ocn": "string",
  • "line_type": "string",
  • "spid": "string",
  • "spid_carrier_name": "string",
  • "spid_carrier_type": "string",
  • "altspid": "string",
  • "altspid_carrier_name": "string",
  • "altspid_carrier_type": "string"
}