---
title: "Verify Account"
method: POST
path: "/account/verify"
tags: ["Account"]
---

# Verify Account

`POST /account/verify`

Verifies whether an Dropbox Sign Account exists for the given email address.

## Request body

- AccountVerifyRequest
  - `email_address` string, email, required — Email address to run the verification for.

## Response `200`

successful operation

- AccountVerifyResponse
  - `account` AccountVerifyResponseAccount
    - `email_address` string — The email address associated with the Account.
  - `warnings` WarningResponse[] — A list of warnings.
    - `warning_msg` string, required — Warning message
    - `warning_name` string, required — Warning name

## Other responses

- `4XX` — failed_operation

---

[API](https://skmtc.net/hellosign/apis/dropbox-sign-api.md) · [All operations](https://skmtc.net/hellosign/apis/dropbox-sign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellosign/dropbox-sign-api/revisions/7535b8f1a188/schema)
