Check for duplicate vendors

GET/api/v1/vendors/check-duplicates

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

Operation ID: check_duplicates_api_v1_vendors_check_duplicates_get·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

Vendor name to check

emailstring

Email to check

tax_idstring

Tax ID to check

exclude_idstring

Vendor ID to exclude (for updates)

Responses

200Successful Response

successboolean
messagestring
codestring
dataVendorDuplicateCheckResponse

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

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