Checks if the provided email address is associated with the authenticated user.
profiles
Associatedemail is an example object payload from Gravatar, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
{
"operationId": "associatedEmail",
"path": "/me/associated-email",
"method": "GET",
"summary": "Check if the email is associated with the authenticated user",
"description": "Checks if the provided email address is associated with the authenticated user.",
"tags": [
"profiles"
],
"parameters": [
{
"name": "email_hash",
"in": "query",
"required": true,
"description": "The hash of the email address to check.",
"schema": {
"type": "string"
}
}
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.