API Reference

Check Customer Exclusion List

Check whether a customer is on the Customer Exclusion List (Settings > Blacklists > Customer Exclusion List) in real time, without pulling or scanning the full list. Matching mirrors the lead-rejection logic: SSN is the primary key, and First Name + Last Name + Date of Birth is the secondary fallback. Stronger identifier sets return a hard match (status "excluded"); weaker sets (First + Last + City + State, or First + Last only) return a soft "possible_match" for manual review and never a hard exclusion. Requires the OAuth client-credentials scope customerExclusionList.check ("Check Customer Exclusion List").

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Provide at least one identifier: a valid SSN, First Name + Last Name, email, or phone. Additional fields (Date of Birth, City, State) enable stronger match combinations. Which combinations return a hard exclusion vs a soft possible match is configured per lender under Settings > Blacklists.

string
^(\d{9}|\d{3}-\d{2}-\d{4})$

The customer's Social Security Number, 9 digits with or without dashes. Primary matching key.

string

The customer's first name. Required together with lastName when no SSN is provided.

string

The customer's last name. Required together with firstName when no SSN is provided.

date

The customer's date of birth. Combined with first and last name, produces a hard exclusion match.

string

The customer's city. Combined with first name, last name, and state, produces a soft possible-match.

string

The customer's state. Combined with first name, last name, and city (or ZIP), produces a soft possible-match.

string

The customer's ZIP / postal code. Combined with first name, last name, and state, produces a soft possible-match.

string

The customer's email address. Matched on its own as a single identifier.

string

The customer's phone number (any format; matched on digits only). Matched on its own as a single identifier.

Responses

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Choose an example:
application/json