v2

latestSwagger 2.02026-08-0610101.9 MB
Verifications

Get verification

Fetch the verification.

get/v0/verifications/{verification-id}

Path parameters

verification-idstring required

Response

OK

verification-urlstring required

A link to the verification.

verification-resources-urlstring

A link to the resources of a verification.

updated-atstring date-time

ISO 8601 formatted date-time.

workflow-urlstring

A link to the workflow.

created-atstring date-time required

ISO 8601 formatted date-time.

verification-checks-urlstring required
risk-rating'high-risk' | 'prohibited-risk' | 'medium-risk' | 'low-risk'
verification-status'in-progress' | 'pending' | 'checks-declined' | 'checks-complete' | 'failed' required
verification-risk-assessments-urlstring

Example response

{
  "verification-url": "/v0/verifications/vn.IHZlcmlmaWNhdGlvbi1pZA",
  "verification-resources-url": "/v0/verifications/vn.IHZlcmlmaWNhdGlvbi1pZA/resources",
  "workflow-url": "/v0/workflows/wf.ICAgICB3b3JrZmxvdy1pZA",
  "verification-checks-url": "/v0/verifications/vn.IHZlcmlmaWNhdGlvbi1pZA/checks",
  "verification-risk-assessments-url": "/v0/verifications/vn.IHZlcmlmaWNhdGlvbi1pZA/risk-assessments"
}