verify_phone_owner tool verifies if a name and/or address matches the current owner of a phone number. Use this to confirm the person who gave consent is still the phone owner.
When to Use
Use this tool when you have contact information (name, address) and want to verify it matches the phone number owner before calling.Parameters
string
required
10-digit phone number to verify (e.g.,
"5039367187").string
First name to verify (50 characters max).
string
Last name to verify (50 characters max). Required if no
consentDate provided.string
Address line 1 (30 characters max).
string
Address line 2 (30 characters max).
string
City (25 characters max).
string
2-letter state code.
string
5-digit zip code.
string
Date consent was given in
YYYYMMDD format. Required if no lastName provided.string
Your internal reference ID (50 characters max). Returned in response.
string
API key. Only required if not provided via the
x-dncscrub-api-key HTTP header.Response
boolean
Whether the API call succeeded.
string
The phone number verified.
string
Your reference ID if provided.
string
Verification result code:
N- Name does not matchYA- Name matches with full address matchYPA- Name matches with partial address matchYL- Name matches and phone is a landlineY- Name matches (no address match)YP- Phone ownership unchanged since consent dateYX- Identity verified via high-confidence sourcesU- Unknown (no records to verify)
string
Human-readable explanation of the verification code.
boolean
true if identity verified (any Y code).string
Phone type code:
L (Landline), W (Wireless), V (VoIP), N (Not available), O (Other).string
Human-readable phone type.
Examples
- Request
- Verified
- Not Verified
Usage Notes
- Provide as much information as possible for best match results
- Either
lastNameorconsentDateis required - Address matching improves confidence level
- Use
referenceIdto correlate responses with your internal records