Carrier Lookup
For authentication,The Username and Password should be sent as a Basic Auth tokens in the Authorization header of the request. Create account.
API endpoint:
get
https://api.txt.ws/v3/lrn/{phone_number}
Description:
Get carrier info of phone number
Request example
curl --location --request POST 'https://api.txt.ws/v3/lrn/17085543370' \
--header 'Authorization: Basic {api_key:secret_key}'
--header 'Content-Type: application/json'
| Parameter | Type | Description |
| phone_number | Required string | Phone Number. |