Skip to main content
GET
Get one CoworkerIdentityCheckDocument
A CoworkerIdentityCheckDocument represents a document submitted as part of a CoworkerIdentityCheck for a customer. Each document record can hold up to three files, corresponding to different sides or aspects of the verification evidence: Which slots are required depends on the 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: PendingSubmittedSuccessful 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

integer
required
The Id of the CoworkerIdentityCheckDocument record to retrieve.

Code Examples

Response

200

integer
ID of the coworker linked to this record.
string
Full name of the customer this document belongs to.
string
Type of the customer (e.g. Member, TeamMember).
string
Company name of the customer.
string
Billing name of the customer.
integer
ID of the coworker identity check linked to this record.
string
Name of the parent identity or address check.
string
Verification type of the parent check (IdDocument or Address).
string
Location (business) name from the parent check.
string
Identity document type from the parent check (e.g. Passport, DriversLicense).
string
Document number from the parent check.
string
Issuing authority from the parent check.
string
Document expiration date from the parent check.
string
Address document type from the parent check (e.g. LeaseRentalAgreement, VoterCard).
string
Display name for this document record.
string
Current file name of the photo (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the photo.
boolean
Set to true to remove the current photo file.
string
Current file name of the document (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the document.
boolean
Set to true to remove the current document file.
string
Current file name of the additional document (read-only; upload via the corresponding URL field).
string
URL of a new file to upload as the additional document.
boolean
Set to true to remove the current additional document file.
integer
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.
string
Free-text notes or reviewer comments about this document.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response