cURL
curl --request GET \ --url https://api-sandbox.argyle.com/v2/user-uploads \ --header 'Authorization: Basic <encoded-value>'
{ "results": [ { "id": "01320596-2c3d-189c-53e7-a8ce6d625b33", "account": "01856c65-43b6-8b5d-b32a-56b8fbda5c28", "document_type": "proof-of-identity", "file_url": "www.argyle.com/storagename", "file_name": "my_drivers_license.pdf", "metadata": { "employment": null, "ocr_data": null, "ocr_authenticity": null, "ocr_authenticity_score": null }, "processing": { "classification": "unauthorized", "ocr": "unauthorized", "authenticity": "unauthorized" }, "created_at": "2024-07-08T13:43:49.864Z", "updated_at": "2024-07-08T13:43:51.868Z" } ], "next": "<string>", "previous": "<string>" }
Returns a paginated list of all user upload objects.
Username = api_key_id, Password = api_key_secret
Filter by account ID.
Filter by user ID.
Filter by document_type.
document_type
Number of user upload objects returned per page. Default: 10. Maximum: 200.
The URL returned in next or previous used to retrieve another page of results.
next
previous
A paginated list of user upload objects.
Show child attributes
URL for the next page of results, if available.
URL for the previous page of results, if available.