Phone Info API
Get information about a phone number such as the carrier and SMS/MMS email addresses when available.
Cost: 10 tokens per request ($0.00667 - $0.01)
Request
URL: http://api.twolbox.com/2011-1-1/phone-info
Please note that parameters are case sensitive.
| Parameter Name | Description | |
|---|---|---|
| authId | Your TwolBox Auth ID. | Required |
| authToken | Your TwolBox Auth Token. | Required |
| number | North American phone number. | Required |
Response
The response is sent in JSON format.
| Name | Value |
|---|---|
| status | "OK" or "ERROR". |
| statusCode | Integer response code for easier automated processing.
|
| errors | An array of error messages or an empty array if there were no errors. |
| number | Phone number. |
| carrier | Current carrier. |
| type | Carrier type. |
| smsEmail | Email sent to this address will be translated to a text message and sent to the phone. |
| mmsEmail | Email sent to this address will be translated to a multi-media message and sent to the phone. |
You can quickly and easily integrate our API into your Twilio handler. Just fill in a few fields and we'll cook up a custom recipe for you to drop in!
Request
Response
| Name | Value |
|---|