Lookup Port Request

Lookup a previous port request

GET or POST Request

https://v1.api19.com/lnp/portability/lookup

Send us a GET or POST request with your key and the numbers to validate.

We will validate the numbers and reply with all numbers are valid or errors.

Argument

Required

Type

order_id

yes

order_id

key

yes

api key

curl -X POST https://v1.api19.com/lnp/portability/lookup \
 -d "order_id=7212" \
 -d 'key=your-key'

Last updated