v2
latestOpenAPI 3.0.02026-07-3139594346.4 KBAccount
Detect Account
Check whether an account exists using one of email, phone, or sha256_email as the unique identifier.
get/v1/account/exists
Query parameters
emailstring
The shopper's email address is the primary mechanism for detecting an account. You must provide either a value for this parameter or for sha256_email.
sha256_emailstring
The sha256 hash of the shopper's normalized email address can be used to detect an account instead of email.
phonestring
The shopper's phone number. Includes country code (e.g. +1); does not include dashes or spaces. Can be used to detect an account instead of sha256_email or email.
Headers
X-Publishable-Keystring required
The publicly viewable identifier used to identify a merchant division. This key is found in the Developer > API section of the Bolt Merchant Dashboard.
Response
Has Bolt Account