curl --request PUT \
--url https://use.hoop.dev/api/orgs/analytics-mode \
--header 'Content-Type: application/json' \
--data '
{
"analytics_mode": "identified"
}
'{
"analytics_mode": "identified"
}Update the analytics privacy mode of the caller’s organization
curl --request PUT \
--url https://use.hoop.dev/api/orgs/analytics-mode \
--header 'Content-Type: application/json' \
--data '
{
"analytics_mode": "identified"
}
'{
"analytics_mode": "identified"
}Documentation Index
Fetch the complete documentation index at: https://mintlify.hoop.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?