Names are at the heart of every contact record—yet they're often incomplete, misspelled, or reversed. Delpha's Name Validator helps you detect, normalize, and correct person names to ensure consistent, high-quality identity data across your systems.
Each input is evaluated through several smart checks:
Completeness: Measures whether both first name and last name are present, returning individual scores for each.
Validity: Confirms if the given names exist in trusted linguistic databases.
Consistency: Compares the original input to its normalized form (capitalization, spacing, hyphenation, etc.).
Misspelled: Detects potential typos and suggests the closest valid alternatives.
Reversed: Identifies when first name and last name appear swapped based on statistical likelihoods.
The API returns a normalized version of the name, along with these detailed quality indicators. When needed, it also proposes gentle corrections—like fixing a misspelling or switching first and last names—always preserving the user's intended identity.
With Name Validator, your contact data stays clean, standardized, and ready for reliable engagement.
Submit name for finding and validation
post
Submit an name for finding and validation. Returns a job ID for tracking the process.
Required scopes
This endpoint requires the following scopes:
: Access to the public API
Authorizations
OAuth2clientCredentialsRequired
OAuth2 client credentials flow for API access
Token URL:
Body
Payload to submit a new name quality job.
first_namestringRequired
The first name of the entity
Example: Victor
last_namestringRequired
The last name of the entity
Example: Goubet
Responses
202
Job submitted to assess_name_v16
application/json
400
Invalid name format or missing required fields
application/json
401
Authentication failed - invalid or missing OAuth 2.0 token
application/json
402
Payment Required
application/json
500
Internal server error
application/json
502
Service unavailable
application/json
post
/v1/name
Get name finder and validator job status
get
Retrieve the result and status of a previously submitted name finder and validator job.