Skip to main content
POST
Add Identity
Adds one or more document numbers to your organization’s self-exclusion registry. Numbers are normalized (trimmed and upper-cased) before being stored or compared.

Request

Headers

Body parameters

Provide one of document_number or document_numbers. Field names are snake_case only — there are no camelCase aliases.

Example request

Response

200 — Success

added means the number was newly registered. already_excluded means it was already present — writes are idempotent, so this is not an error. invalid means the value could not be used as a document number.

Error responses