Check for duplicate customers

POST/api/v1/customers/check-duplicates

Check if a customer already exists using name, email, tax ID similarity.

Operation ID: check_duplicates_api_v1_customers_check_duplicates_post·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

namestringrequired

Customer name to check

emailstring

Email to check

tax_idstring

Tax ID to check

exclude_idstring

Customer ID to exclude (for updates)

Responses

201Successful Response

successboolean
messagestring
codestring
dataDuplicateCheckResponse

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject