Skip to content

1 List documents

This API is used to retrieve documents that are processed by 4CEE Exchange. The resulting response body will contain a list of documentIds (maximum of 100 per request) which are available for download.

If there are no documents available, the API will return a 204 response code (No Content).

  • Method: GET
  • Path: /v3/documents/export/list

Full URLs

  • Test: https://apitest.4exchange.app/v3/documents/export/list
  • Production: https://api.4exchange.app/v3/documents/export/list
  • Authorization: Bearer token (requires 4Exchange/receive scope)

none

  • 200 OK
[
    "8e6e870e-854b-46ef-a4d5-dfe5a5799cf8",
    "e7397d2b-dbcc-4690-bbcd-da5d72ee9b7f",
    "7e895801-313b-46bd-961d-55b8f5cdc958"
]
  • 204 No Content
  • 401 Unauthorized
{
    "message": "Unauthorized"
}