Retrieve a list of documents for an onboarding application
Returns a list of documents for a given onboarding application.
GET
Retrieve a list of documents for an onboarding application
Authorizations
Path Parameters
The ID of the application to work with.
Maximum string length:
36Example:
"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
Response
200 - application/json
OK
The ID of the document to work with.
Maximum string length:
36Example:
"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
The ID of the application to work with.
Maximum string length:
36Example:
"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
Available options:
PROOF_OF_FORMATION, PROOF_OF_OWNERSHIP_STRUCTURE, PROOF_OF_OWNERSHIP, PROOF_OF_CONTROL_PERSONS, PROOF_OF_REGISTRATION, PROOF_OF_FINANCES, PROOF_OF_FUNDS, PROOF_OF_IDENTITY, PROOF_OF_ADDRESS, PROOF_OF_LIVENESS, GAMING_QUESTIONNAIRE, CFD_QUESTIONNAIRE, MSB_QUESTIONNAIRE, CRYPTO_QUESTIONNAIRE, INVESTMENT_FUND_QUESTIONNAIRE, OTHER The date the Resource was initially created. ISO 8601 format without milliseconds.
The date the Resource was last modified. ISO 8601 format without milliseconds.
Example:
[
{
"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"
}
]Retrieve a list of documents for an onboarding application