Skip to main content
GET
/
access
/
exists
/
{email}
Check email existence
curl --request GET \
  --url https://app.myhero.so/access/exists/{email} \
  --header 'Authorization: Bearer <token>'
{
  "data": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.myhero.so/llms.txt

Use this file to discover all available pages before exploring further.

Returns true if a user account is registered for email, false otherwise. Useful for invite flows that need to differentiate between existing and new users.

Authorizations

Authorization
string
header
required

HERO personal access token

Path Parameters

email
string
required
Minimum string length: 1

Response

200 response

data
boolean
required