ReDoc documentation

customers/isEmailAvailable

customers/isEmailAvailable

post/V1/customers/isEmailAvailable

Check if given email is associated with a customer account in given website.

Request
Request Body schema:
customerEmail
required
string
websiteId
integer

If not set, will use the current websiteId

Responses
200

200 Success.

500

Internal Server error

default

Unexpected error

Request samples
{
  • "customerEmail": "string",
  • "websiteId": 0
}
Response samples
true