Email Exist
This returns True if customer's email exist
Overview
To check if a particular customer's email exist, you first build the complete check customer email exist endpoint by passing version number, authToken and email address to the URL path.
Then you make a get request to the complete the emailExist endpoint
If the request is successful, it returns a status code of 200 with True as the response.
You can check out API reference to EmailExist
Updated over 1 year ago