CoworkerIdentityCheckDocuments
Get one CoworkerIdentityCheckDocument
Retrieve a single CoworkerIdentityCheckDocument record by its Id.
GET
Get one CoworkerIdentityCheckDocument
A CoworkerIdentityCheckDocument represents a document submitted as part of aDocumentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
CoworkerIdentityCheck for a customer. Each document record can hold up to three files, corresponding to different sides or aspects of the verification evidence:
| File slot | Field prefix | Purpose |
|---|---|---|
| Face photo | Photo | A photograph of the customer’s face |
| Front | Document | The front side of the identity or address document |
| Back | AdditionalDocument | The back side or a supplementary page of the document |
VerificationType and document type configured on the parent CoworkerIdentityCheck.
The VerificationStatus tracks the review state of this individual document through the same lifecycle used by CoworkerIdentityCheck: Pending → Submitted → Successful or Failed (or Cancelled).
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerIdentityCheckDocument-Read role.Path Parameters
The Id of the CoworkerIdentityCheckDocument record to retrieve.
Code Examples
Response
200
ID of the coworker linked to this record.
Full name of the customer this document belongs to.
Type of the customer (e.g. Member, TeamMember).
Company name of the customer.
Billing name of the customer.
ID of the coworker identity check linked to this record.
Name of the parent identity or address check.
Verification type of the parent check (IdDocument or Address).
Location (business) name from the parent check.
Identity document type from the parent check (e.g. Passport, DriversLicense).
Document number from the parent check.
Issuing authority from the parent check.
Document expiration date from the parent check.
Address document type from the parent check (e.g. LeaseRentalAgreement, VoterCard).
Display name for this document record.
Current file name of the photo (read-only; upload via the corresponding URL field).
URL of a new file to upload as the photo.
Set to true to remove the current photo file.
Current file name of the document (read-only; upload via the corresponding URL field).
URL of a new file to upload as the document.
Set to true to remove the current document file.
Current file name of the additional document (read-only; upload via the corresponding URL field).
URL of a new file to upload as the additional document.
Set to true to remove the current additional document file.
Current review status of this document (Pending, Submitted, Successful, Failed, or Cancelled). See
eIdVerificationStatus enum values: 0 = None, 1 = Pending, 2 = Submitted, 3 = Successful, 4 = Failed, 5 = Cancelled.Free-text notes or reviewer comments about this document.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one CoworkerIdentityCheckDocument