Customers Controller

Get customer by ID

Get customer by ID

get/customers/{id}

Path parameters

idnumber required

Response

Customer retrieved successfully

idnumber required

Customer ID

customerEmailstring required

Customer email address

emailValidboolean required

Whether the email is valid

emailValidationStatusstring required

Email validation status (UNKNOWN, VALID, INVALID)

Example response

{
  "id": 1,
  "customerEmail": "customer@example.com",
  "emailValidationStatus": "UNKNOWN"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.