---
title: "Detect Account"
method: GET
path: "/v1/account/exists"
tags: ["Account"]
---

# Detect Account

`GET /v1/account/exists`

Check whether an account exists using one of `email`, `phone`, or `sha256_email` as the unique identifier.

## Query parameters

- `email` string
- `sha256_email` string
- `phone` string

## Headers

- `X-Publishable-Key` string, required

## Response `200`

Has Bolt Account

- V1AccountsView
  - `has_bolt_account` boolean

## Other responses

- `422` — Missing Query Parameter

---

[API](https://skmtc.dev/bolt/apis/bolt-api-reference.md) · [All operations](https://skmtc.dev/bolt/apis/bolt-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bolt/bolt-api-reference/revisions/1f62c40558c6/schema)
