Skip to main content
GET
/
orgs
/
analytics-mode
Get Organization Analytics Mode
curl --request GET \
  --url https://use.hoop.dev/api/orgs/analytics-mode
{
  "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.

Response

OK

analytics_mode
enum<string>
Available options:
identified,
anonymous,
disabled
Example:

"identified"