Skip to main content
This endpoint allows you to attach one or more co-applicants to an existing verification flow. Each co-applicant can have a unique external_reference_id and a set of required documents.

Endpoint

Request headers

string
required
JWT access token obtained from the auth API.

Request body

string
required
UUID of the verification flow.
array
required
List of co-applicants to be added.
string
required
Your unique identifier for the co-applicant.
string
required
Name of the co-applicant.
array
List of required document types for this co-applicant.

Response

array
List of successfully created co-applicants.
array
List of co-applicants that failed to be created along with error details.

Example

Error responses