v1
latestOpenAPI 3.1.02026-07-17131141.1 KBprofiles
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
Example response
{
"associated": true
}