Retrieve a Document

Retrieves the document information by passing the person ID and document ID
Documents
Retrieve a Document
 last updated: 
November 30, 2023

ENDPOINT (PERSON)

  1. GET /v1/person/:id/document/:document_id

ENDPOINT (BUSINESS)

  1. GET /v1/business/:id/document/:document_id

RESPONSE

  1. {
  2.   "id": "doc-025bbe4d-6662-4f2d-9920-a90f696eaeca",
  3.   "personId": "per-de343f0d-abc4-43af-b3d0-540e3994f3af",
  4.   "url": "",
  5.   "name": "Drivers License",
  6.   "description": "CA license",
  7.   "docType": "drivingLicense",
  8.   "status": "active",
  9.   "documentNumber": "D123456789",
  10.   "issuingCountry": "US",
  11.   "issuingState": "CA",
  12.   "expirationDate": "2025-09-08",
  13.   "createdAt": "2022-09-07T00:05:58Z",
  14.   "modifiedAt": "2022-09-07T00:05:58Z"
  15. }