Creating a consumer
Required fields
Optional fields
SSN handling
You can update an SSN viaPATCH /consumers/:id — the new value will be re-encrypted.
Uniqueness
Uniqueness is enforced per-partner onemail and external_id. Attempting to create a duplicate returns 409 CONFLICT.
Soft deletion
DELETE /consumers/:id is a soft delete:
- Sets
deleted_atto the current timestamp - Deactivates all related tradelines (
is_active = false) - Consumer no longer appears in list results or is accessible by ID
Delete response
Listing and filtering
See Pagination for
page and per_page params.