Retrieve a list of acceptance documents for one or more document groups. For each group, the response includes the group name, a list of documents included in the group, and details for each document version.
GET /v1/acceptances/documents/groups/details
Authorization: Bearer <access_token>
docGroups
array of strings
Acceptance document groups to retrieve.
onlyCurrentVersion
boolean
Whether to retrieve the latest version of the acceptance document only.
None
Returns an array of Acceptance Document Group objects. This object includes the group name, a list of documents included in the group, and details for each document version.
SAMPLE RESPONSE
[
{
"documentGroup": "rocketkor",
"documentGroupTitle": "Rocketkor document group",
"documents": [
{
"id": "rkor-privacy-policy",
"title": "Privacy policy",
"versions": [
{
"version": "1",
"createdAt": "2024-01-07T16:26:22.514Z",
"isCurrentVersion": true,
"isRequiredMinimumVersion": true
}
]
}
]
},
{...},
{...}
]
Step into the future of Finance with RocketKOR! Simplify payments, banking, lending, and data analytics using our versatile KOR Platform.
A Rocket Financial Inc. company
@ 2024 RocketKOR, Inc. All rights reserved.