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
Example response
{
"associated": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.