curl --location --request GET 'https://api.fonder.com/clients?page=1&limit=10' \ --header 'Authorization: Bearer YOUR_TOKEN'
{ "data": [ { "id": "b5dca3ca-cde3-47da-8f70-ba0183006c72", "name": "LLORENTE MARIA ANGELICA", "vatNumber": "27062787932", "type": "CLIENT", "taxRetentionPercentage": 23.5 } ], "total": 1, "page": 1, "limit": 10, "totalPages": 1, "hasNext": false, "hasPrevious": false }
Retrieve a paginated list of all clients
CLIENT
PROVIDER