Retrieve all documents for a Beneficiary, Customer Account, or Business Account.
Use the sort query parameter to sort the results, and use the page and size query parameters to limit the number of results returned.
GET /v1/documents
Authorization: Bearer <access_token>
holderId
string (UUID)
ID of the Beneficiary, Customer Account, or Business Account for which you want to retrieve documents.
documentTypes
string enum, values: driving-license, passport, formation, tax, ownership, other
Filter the results by the type of document. The following values are supported:
Use a comma-separated list to specify multiple values (example: driving-license,passport).
documentStatus
string enum, values: NEW, UPLOADED
Filter the results by the document status. The following values are supported:
sort
array of strings
Sort the response by any field in ascending or descending order. The default sort order is createdAt,DESC. For more information, see Sorting and Pagination.
page
integer (int32)
Page number to return, based on zero-based page index.
size
integer (int32)
Maximum number of results to return per page.
None
Returns a paginated response with an array of Document Quick Info objects.
SAMPLE RESPONSE
{
"totalElements": 0,
"totalPages": 0,
"number": 0,
"numberOfElements": 0,
"hasNext": true,
"content": [
{
"id": "b175994b-fd5b-46d6-aba9-73638902f4a0",
"documentType": "driving-license",
"name": "John Doe Driving License",
"description": "driving license",
"status": "NEW",
"createdBy": {
"id": "c503092d-e6c4-4f7a-b893-46ebe56b18a8",
"type": "service-account"
},
"createdAt": "2023-05-03T23:11:59.656Z"
},
{...},
{...}
]
}
© 2022 Rocket Financial. All rights reserved. RocketFNCL, RocketKOR, RocketBNK are trade names of Rocket Financial Inc.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL | © 2023 by Rocket Financial Inc. All rights reserved.
Services Agreement | Privacy Policy | RocketFNCL
© 2023 by Rocket Financial Inc. All rights reserved.