cURL
curl --request GET \ --url https://finsync.ar/api/clients \ --header 'x-api-key: <api-key>'
{ "data": [ { "id": 123, "name": "<string>", "description": "<string>", "company_id": 123, "type": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "accounts": [ { "id": 123, "name": "<string>", "currency_name": "<string>", "client_id": 123, "balance": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } ] } ], "count": 123 }
Retrieves a paginated list of clients with their associated accounts for the company
API Key for authentication
Page number for pagination
Number of items per page
Filter clients by description (case-insensitive partial match)
Paginated list of clients with their accounts
Show child attributes
Total count of clients matching the query