Skip to main content

List document

GET 

/documents/

List Documents.

This endpoint allows the authenticated user to retrieve a list of documents associated with their organization or specific applicants. The response includes metadata for each document, such as the document ID, type, upload date, and associated applicant details.

Note: This is a virtual view based on the uploaded files. To access all raw uploads look at uploads

Authentication:​

  • Requires a valid OAuth access token with the following scopes:
    • document:read
    • Or one of the internal scopes: org:staff, org:admin, admin
    • Public scopes may also be included.

Response:​

  • 200 OK: Returns a list of documents with their details.
  • 403 Forbidden: If the user does not have the necessary permissions to access the documents.

Request​

Responses​

Successful Response