Skip to main content
GET
Get one CoworkerIdentityCheckDocument
ID check evidence holds the files submitted for a customer’s identity or address check; its submission status contributes to the parent check’s verification lifecycle.

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 customer whose ID check evidence this is..
string
Display value for Coworker.FullName..
string
Display value for Coworker.CoworkerType..
string
Display value for Coworker.CompanyName..
string
Display value for Coworker.BillingName..
integer
ID of the parent customer ID check; it determines which evidence files are required and owns the document status..
string
Display value for CoworkerIdentityCheck.Name..
string
Display value for CoworkerIdentityCheck.VerificationType..
string
Display value for CoworkerIdentityCheck.Business.Name..
string
Display value for CoworkerIdentityCheck.IdentityDocumentType..
string
Display value for CoworkerIdentityCheck.IdentityDocumentNumber..
string
Display value for CoworkerIdentityCheck.IdentityDocumentIssuedBy..
string
Display value for CoworkerIdentityCheck.IdentityDocumentExpirationDate..
string
Display value for CoworkerIdentityCheck.AddressDocumentType..
string
Required operator-facing label for this ID check evidence 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
Read-only document status: Pending, Submitted, Successful, Failed, or Cancelled; uploading evidence sets it to Submitted.. See eIdVerificationStatus enum values: 1 = Pending, 2 = Submitted, 3 = Successful, 4 = Failed, 5 = Cancelled.
string
Optional free-text reviewer notes about this ID check evidence..
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