Skip to main content
POST
Check whether an account already exists for an email

Authorizations

x-api-key
string
header
required

API key from Settings > API Keys or POST /v1/api-keys. Format f9_live_<32 hex chars> (live) or f9_test_<32 hex chars> (sandbox — no real sends, ever). Legacy wcrm_live_ / wcrm_test_ keys still authenticate but are no longer issued. Shown once at creation; only a hash is stored.

Body

application/json
email
string<email>
required

Response

Existence answer

exists
boolean
required
deprecated

Transitional duplicate of data.exists, kept for the one server-side caller coded against the pre-envelope body. Read data.exists.

success
enum<boolean>
required
Available options:
true
data
object
required
meta
object
required