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
10-digit phone number to verify (e.g.,
"5039367187").First name to verify (50 characters max).
Last name to verify (50 characters max). Required if no
consentDate provided.Address line 1 (30 characters max).
Address line 2 (30 characters max).
City (25 characters max).
2-letter state code.
5-digit zip code.
Date consent was given in
YYYYMMDD format. Required if no lastName provided.Your internal reference ID (50 characters max). Returned in response.
API key. Only required if not provided via the
x-dncscrub-api-key HTTP header.Response
Whether the API call succeeded.
The phone number verified.
Your reference ID if provided.
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)
Human-readable explanation of the verification code.
true if identity verified (any Y code).Phone type code:
L (Landline), W (Wireless), V (VoIP), N (Not available), O (Other).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