English
Get all customers
cURL
curl --request GET \ --url http://api.contabull.com/customers
{ "customers": [ { "id": "<string>", "name": "<string>", "email": "<string>", "document": "<string>", "addressStreet": "<string>", "addressNumber": "<string>", "addressNeighborhood": "<string>", "addressCity": "<string>", "addressState": "<string>", "addressPostalCode": "<string>", "addressCountryCode": "<string>", "isBeneficiary": true, "type": "<string>", "createdAt": "2023-11-07T05:31:56Z" } ], "total": 123, "totalPages": 123, "currentPage": 123, "hasMore": true }
COMPANY
INDIVIDUAL
Show child attributes