This operation is almost exactly like GetPhoneInfo, but only returns only the information regarding the contact to which the phone is registered.
Although the WSDL may suggest that carrier information may be given by this operation, this is not the case; carrier information will never be returned.
URL Endpoints
GetContactInfo Inputs
Name | Type | Description |
---|---|---|
PhoneNumber | String | The phone number to be used for reverse-lookup information. |
LicenseKey | String | Your license key to use the service. Sign up for a free trial key at https://www.serviceobjects.com/phone-insight/ |
GetContactInfo Outputs
Name | Type | Values | Description |
---|---|---|---|
Name (Contact) | String | Varies | The name that the phone line is registered to. Can either be a person (“John Doe”) or a business (“Doe Corporation”). |
Address (Contact) | String | Varies | The street address to which the phone line is registered. |
City (Contact) | String | Varies | The city to which the phone line is registered. |
State (Contact) | String | Varies | The state to which the phone line is registered. |
Zip (Contact) | String | Varies | The zip code to which the phone line is registered. |
Type (Contact) | String | Residential / Business / Unknown | The type of entity that owns the phone line, will be either “Residential” or “Business”. |
Error | Error | Varies | See “Errors“. |