List documents

List all documents for particular client

image-png-Mar-22-2024-01-24-05-8317-PM /clients/{contact_id}/documents

https://api.oauth.pabau.com/{api_key}/clients/{contact_id}/documents

Request

 

Query Parameters:  
api_key *  
contact_id * System ID of the client where the doc is attached

Response sample

application/json

{
"success": true,
"documents": [
{
    "url": "URL 1"
    },
{
  "url": "URL 2"
    },
]
}