Retrieves a single customer based on the id.
{ "id": "CU7JRN6W6K3DA9", "type": "customer", "email": "customer@paypro.nl", "first_name": "firstname", "last_name": "name", "address": "address 2", "postal": "1234AA", "city": "city", "country": "NL", "vat_number": "vatnumber", "company_name": "PayPro", "phone_number": "012345679", "created_at": "2022-12-31T23:00:00Z", "_links": { "self": "https://api.paypro.nl/customers/CU7JRN6W6K3DA9" } }
{ "id": "CU7JRN6W6K3DA9", "type": "customer", "email": "customer@paypro.nl", "first_name": "firstname", "last_name": "name", "address": "address 2", "postal": "1234AA", "city": "city", "country": "NL", "vat_number": "vatnumber", "company_name": "PayPro", "phone_number": "012345679", "created_at": "2022-12-31T23:00:00Z", "_links": { "self": "https://api.paypro.nl/customers/CU7JRN6W6K3DA9" } }
customers found
{ "type": "list", "data": [ { … } ], "count": 0, "_links": { "self": "http://example.com", "next": "http://example.com", "prev": "http://example.com" } }