Email

Check Guest is Customer

post

/V2/auth/check/email

Header parameters
Content-Typestring

Content Type

Example: application/json
Body
object
Example: {"email":"akouta66@gmail.com"}
Responses
curl -L \
  --request POST \
  --url 'https://beta.magento.pixiedia.com/V2/auth/check/email' \
  --header 'Content-Type: application/json' \
  --data '{
    "email": "akouta66@gmail.com"
  }'

No body