Skip to main content
GET
View
You can retrieve detailed verification results by calling /verifications/{verificationId}/view endpoint.

Verification ID

First you must obtain a signer’s current verificationId by calling /packages/{packageId} or /packages/{packageId}/status endpoints.
You can find the verificationId under each signer.
See the Verification signer API for more information on retrieving current signer verification results by package and signer ID.
If the signer has not yet started their identity verification, the verificationId will be an empty UUID value of "00000000-0000-0000-0000-000000000000" and the verification state will be set to not_started.

Request

Request

Parameters

string
required
The unique identifier of the verification you want to retrieve detailed results for.

Response

string
Unique identifier for the verification.
string
Unique identifier for the organization.
string
Unique identifier for the package.
string
Package name.
string
Package type.
string
Unique identifier for the signer.
string
Signer’s first name.
string
Signer’s last name.
string
Signer’s email address.
date
Time verification record was created.
date
Time verification record was last updated.
string
Two-character ISO-3166-1 country code.
number
Current number of failed attempts.
number
Current number of errors.
boolean
Set to true if the signer is allowed to continue with signing documents after failing identity verification.
string
Error code if verification is in a failed state (if any).
string
The current state of the signer’s identity verification process.
object[]
Results of the verification record.

Examples

Response (200)