Detect Account

GET {{api_base_url}}/v1/account/exists?email={{shopper_email}}

Check whether an account exists using email or sha256_email as the unique identifier. This can be called directly from the browser.

Request Params

KeyDatatypeRequiredDescription
sha256_emailstringThe sha256 hash of the shopper's normalized email address; can be passed instead of email
emailstringThe shopper's email address; can be passed instead of sha256_email

HEADERS

KeyDatatypeRequiredDescription
X-Publishable-KeystringBolt Account Publishable Key