v1

latestOpenAPI 3.1.02026-07-17131141.1 KB
profiles

Check if the email is associated with the authenticated user

Checks if the provided email address is associated with the authenticated user.

get/me/associated-email

Query parameters

email_hashstring required

The hash of the email address to check.

Response

The email is associated with the authenticated user

associatedboolean required

Whether the entity is associated with the account.

Example response

{
  "associated": true
}