referenceId | string | Unique reference ID for the transaction. |
subResource | string | Sub-resource type (e.g., live ). |
status | object | Transaction status details. |
status.code | number | Status code (e.g., 300 for success). |
status.description | string | Status description (e.g., “Transaction successfully completed”). |
status.updatedOn | string | Timestamp of the last update (ISO 8601 format). |
errors | array | List of errors, if any. |
phoneType | object | Type of phone number. |
phoneType.code | string | Phone type code (e.g., 2 for mobile). |
phoneType.description | string | Phone type description (e.g., “MOBILE”). |
blocklisting | object | Blocklisting status of the phone number. |
blocklisting.blocked | boolean | Whether the number is blocked. |
blocklisting.blockCode | number | Block code (e.g., 0 for not blocked). |
blocklisting.blockDescription | string | Block description (e.g., “Not blocked”). |
numbering | object | Phone number details. |
numbering.cleansing | object | Cleansed phone number details. |
numbering.cleansing.call | object | Call-specific cleansing details. |
numbering.cleansing.call.countryCode | string | Country code. |
numbering.cleansing.call.phoneNumber | string | Phone number. |
numbering.cleansing.call.cleansedCode | number | Cleansing status code. |
numbering.cleansing.call.minLength | number | Minimum allowed length. |
numbering.cleansing.call.maxLength | number | Maximum allowed length. |
numbering.cleansing.sms | object | SMS-specific cleansing details. |
numbering.cleansing.sms.countryCode | string | Country code. |
numbering.cleansing.sms.phoneNumber | string | Phone number. |
numbering.cleansing.sms.cleansedCode | number | Cleansing status code. |
numbering.cleansing.sms.minLength | number | Minimum allowed length. |
numbering.cleansing.sms.maxLength | number | Maximum allowed length. |
numbering.original | object | Original phone number details. |
numbering.original.completePhoneNumber | string | Complete phone number with country code. |
numbering.original.countryCode | string | Country code. |
numbering.original.phoneNumber | string | Phone number. |
location | object | Location details of the phone number. |
location.city | string | City associated with the phone number. |
location.state | string | State associated with the phone number. |
location.zip | string | ZIP code associated with the phone number. |
location.metroCode | string | Metro code associated with the phone number. |
location.county | string | County associated with the phone number. |
location.country | object | Country details. |
location.country.name | string | Country name. |
location.country.iso2 | string | ISO 2-letter country code. |
location.country.iso3 | string | ISO 3-letter country code. |
location.coordinates | object | Geographic coordinates. |
location.coordinates.latitude | string | Latitude. |
location.coordinates.longitude | string | Longitude. |
location.timeZone | object | Time zone details. |
location.timeZone.name | string | Time zone name. |
location.timeZone.utcOffsetMax | string | Maximum UTC offset. |
location.timeZone.utcOffsetMin | string | Minimum UTC offset. |
carrier | object | Carrier details. |
carrier.name | string | Name of the carrier. |
live | object | Live status details. |
live.subscriberStatus | string | Subscriber status (e.g., ACTIVE ). |
live.deviceStatus | string | Device status (e.g., REACHABLE ). |
live.roaming | string | Roaming status (e.g., UNAVAILABLE ). |
live.roamingCountry | string | Roaming country name. |
live.roamingCountryIso2 | string | ISO 2-letter roaming country code. |