Hotjar · Schema
Hotjar User Lookup Request
A request to look up or delete user data across sites in a Hotjar organization for GDPR compliance. At least one of data_subject_email or data_subject_site_id_to_user_id_map must be provided.
Properties
| Name | Type | Description |
|---|---|---|
| data_subject_email | string | The email address of the data subject to look up. |
| data_subject_site_id_to_user_id_map | object | A map of site IDs to user IDs on your site, used when user attributes have been sent via the Identify API. |
| delete_all_hits | boolean | Whether to immediately delete all found data for the user. Set to true to submit a deletion request. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://hotjar.com/schemas/hotjar/user-lookup.json",
"title": "Hotjar User Lookup Request",
"description": "A request to look up or delete user data across sites in a Hotjar organization for GDPR compliance. At least one of data_subject_email or data_subject_site_id_to_user_id_map must be provided.",
"type": "object",
"properties": {
"data_subject_email": {
"type": "string",
"format": "email",
"description": "The email address of the data subject to look up."
},
"data_subject_site_id_to_user_id_map": {
"type": "object",
"description": "A map of site IDs to user IDs on your site, used when user attributes have been sent via the Identify API.",
"additionalProperties": {
"type": "string",
"description": "The user ID on your site associated with the given site ID."
}
},
"delete_all_hits": {
"type": "boolean",
"description": "Whether to immediately delete all found data for the user. Set to true to submit a deletion request.",
"default": false
}
},
"anyOf": [
{ "required": ["data_subject_email"] },
{ "required": ["data_subject_site_id_to_user_id_map"] }
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/hotjar-user-lookup"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
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.
A second provider on the same verified email joins the account you already have.