Onboarding
Retrieve a list of documents for an onboarding application
Returns a list of documents for a given onboarding application.
get/applications/{applicationId}/documents
Path parameters
applicationIdstring uuid required
The ID of the application to work with.
Example:e9293471-5eb3-4dbc-916c-dbaf9e2deefd
Response
OK
Example response
[
{
"id": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
"applicationId": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
"purpose": "PROOF_OF_FORMATION",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]