Retrieves a list of all documents for a specific client
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location 'https://api.ffdemo.ufp.ai/clients//documents' \
--header 'Authorization: Bearer <token>'
Responses
{
"items": [
{
"id": 0,
"document_type_id": 0,
"tenant_id": 0,
"company_id": 0,
"client_id": 0,
"created_by": 0,
"created_date": "2019-08-24T14:15:22.123Z",
"file_name": "string",
"document_signed_thumbnail_url": "string"
}
]
}
Modified at 2025-03-21 07:23:14