IsEmailAvailable
Check if given email is associated with a customer account in given website.
Header parameters
Content-TypestringOptionalExample:
application/json
Body
objectOptionalExample:
{"customerEmail":"<string>","websiteId":"<integer>"}
Responses
200
OK
application/json
Responseobject
500
Internal Server Error
application/json
post
POST /V1/customers/isEmailAvailable HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"customerEmail": "<string>",
"websiteId": "<integer>"
}
true