The customer email exists method determines if the supplied e-mail address belongs to an existing customer.
URL | https://[host].accumulus.com/json/customeremails/[email]/exists |
---|---|
HTTP Method | GET |
Query String Parameters |
Example
GET https://[host].accumulus.com/json/customeremails/henry@fabrico.com/exists
Response Body
{ "Message":"SUCCESS", "Exists":true }