Get Customer
GET /customers/:id
If you have an id for a customer, you can use this endpoint to retrieve the customer.
Example Response
{ "id": "bd4a0997-39db-41d9-883a-cdfa83e2101f", "firstName": "Henny", ... }
GET /customers/:id
If you have an id for a customer, you can use this endpoint to retrieve the customer.
{ "id": "bd4a0997-39db-41d9-883a-cdfa83e2101f", "firstName": "Henny", ... }