Phone Number Validate
pinpoint_phone_number_validate | R Documentation |
Retrieves information about a phone number¶
Description¶
Retrieves information about a phone number.
Usage¶
Arguments¶
NumberValidateRequest
[required]
Value¶
A list with the following syntax:
list(
NumberValidateResponse = list(
Carrier = "string",
City = "string",
CleansedPhoneNumberE164 = "string",
CleansedPhoneNumberNational = "string",
Country = "string",
CountryCodeIso2 = "string",
CountryCodeNumeric = "string",
County = "string",
OriginalCountryCodeIso2 = "string",
OriginalPhoneNumber = "string",
PhoneType = "string",
PhoneTypeCode = 123,
Timezone = "string",
ZipCode = "string"
)
)