Customers Controller
Get customer by ID
Get customer by ID
get/customers/{id}
Path parameters
idnumber required
Response
Customer retrieved successfully
Example response
{
"id": 1,
"customerEmail": "customer@example.com",
"emailValidationStatus": "UNKNOWN"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.