Retrieve a list of documents for an associated person
Returns a list of documents for a given associated person.
GET
Retrieve a list of documents for an associated person
Authorizations
Path Parameters
The ID of the associated person 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 associated person to work with.
Maximum string length:
36Example:
"e9293471-5eb3-4dbc-916c-dbaf9e2deefd"
Available options:
PROOF_OF_IDENTITY, PROOF_OF_ADDRESS, PROOF_OF_LIVENESS, PROOF_OF_FUNDS, 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",
"associatedPersonId": "e9293471-5eb3-4dbc-916c-dbaf9e2deefd",
"purpose": "PROOF_OF_IDENTITY",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]Retrieve a list of documents for an associated person