cURL
curl --request GET \ --url https://api.avenia.io:8443/v2/v2/documents \ --header 'Authorization: Bearer <token>'
{ "documents": [ { "id": "<string>", "documentType": "<string>", "uploadStatus": "<string>", "verificationStatus": "<string>", "createdAt": "<string>", "updatedAt": "<string>" } ], "cursor": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sub-account ID
Filter documents created after timestamp
Filter documents created before timestamp
Filter by document type
Cursor for pagination
OK
Show child attributes