English
Get a customer by id
cURL
curl --request GET \ --url http://api.contabull.com/customers/{id}
{ "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": "COMPANY", "createdAt": "2023-11-07T05:31:56Z" }
COMPANY
INDIVIDUAL