Skip to main content
GET
/
v2
/
users
/
{userId}
/
kyc
/
documents
/
{documentId}
Retrieve a document
curl --request GET \
  --url https://production.hifibridge.com/v2/users/{userId}/kyc/documents/{documentId} \
  --header 'Authorization: Bearer <token>'
{
"id": "d9f38450-ec16-4a4b-bf69-f8c88bb73a94",
"type": "PASSPORT",
"subType": "SINGLE_SIDE",
"issuedCountry": "USA",
"issuedDate": null,
"expiryDate": null,
"number": null,
"description": null,
"url": "https://example.com/doc_123",
"fileId": "file_zEFpbPhk71NaQfEVMR544"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

userId
string
required

ID of the user

documentId
string
required

The ID of the document.

Response

Success

type
string
subType
string
issuedCountry
string
issuedDate
string<date>
expiryDate
string<date>
number
string
description
string
url
string
deprecated
fileId
string
uboId
string
I