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
Key | Datatype | Required | Description |
---|---|---|---|
sha256_email | string | The sha256 hash of the shopper's normalized email address; can be passed instead of email | |
email | string | The shopper's email address; can be passed instead of sha256_email |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Publishable-Key | string | Bolt Account Publishable Key |