Retrieve customer by ID
| Code | Description |
|---|---|
| 200 | Customer found and returned successfully |
| 400 | Invalid request (missing or invalid customer ID) |
| 401 | Invalid or missing API key |
| 404 | Customer not found or doesn’t belong to your organization |
| 500 | Internal server error |