IsEmailAvailable

customer Account Management V1Is Email Available Post

post

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
post
POST /V1/customers/isEmailAvailable HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 52

{
  "customerEmail": "<string>",
  "websiteId": "<integer>"
}
true