LRN lookup using HTTP

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

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

10-digit phone number

Responses
200

Successful response

400

Bad request when missing tn

401

Unauthorized request

get/LRN/{tn}
Request samples
Response samples
application/json
{
  • "tn": "string",
  • "lrn": "string"
}