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).
Endpoint
Section titled “Endpoint”- 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
Request
Section titled “Request”Headers
Section titled “Headers”- Authorization: Bearer token (requires
4Exchange/receivescope)
Request body
Section titled “Request body”none
Responses
Section titled “Responses”200 OK
Section titled “200 OK”- 200 OK
[
"8e6e870e-854b-46ef-a4d5-dfe5a5799cf8",
"e7397d2b-dbcc-4690-bbcd-da5d72ee9b7f",
"7e895801-313b-46bd-961d-55b8f5cdc958"
]
204 No Content
Section titled “204 No Content”- 204 No Content
401 Unauthorized
Section titled “401 Unauthorized”- 401 Unauthorized
{
"message": "Unauthorized"
}
