Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://production.hifibridge.com/v2/users/{userId}/kyc/documents \ --header 'Authorization: Bearer <token>'
{ "count": 2, "data": [ { "id": "7c9439f6-655b-4aeb-9b32-e17759ee9134", "type": "CERTIFICATE_OF_INCORPORATION", "subType": "SINGLE_SIDE", "issuedCountry": "USA", "issuedDate": null, "expiryDate": null, "number": null, "description": null, "url": "https://example.com/doc_123", "fileId": "file_zEFpbPhk71NaQfEVMR544", "uboId": null }, { "id": "7a9dc485-3216-47fd-baa4-a7ab4085b723", "type": "PASSPORT", "subType": "SINGLE_SIDE", "issuedCountry": "USA", "issuedDate": null, "expiryDate": null, "number": null, "description": null, "url": "https://example.com/doc_123", "fileId": "file_zEFpbPhk71NaQfEVMR544", "uboId": "3285c3be-ef36-4f01-bf95-578d3116f0ff" } ] }
Get all documents associated with the user.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the user
Success
Number of documents.
Show child attributes