Check user exists
Authentication
Check user exists
Verify if a user account already exists with the provided email address.
POST
Check user exists
Request
Headers
| Header | Type | Description |
|---|---|---|
Content-Type | string | Always set to application/json. |
x-shop-id | string | Shop identifier to associate the user with your store. |
Body parameters
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Email address to check for existing account. |
Successful response
You receive
exists: true if the user account exists, or exists: false if
no account is found.Error response
Headers
Optional identifier that scopes responses to a specific storefront when the referer cannot be inferred.
Body
application/json
Email address to check for existing account.

