For the complete documentation index, see llms.txt. This page is also available as Markdown.

Servers & Authentication

Servers

Zenlytic runs separate API hosts per region. Use the host matching where your organization is hosted.

Base URL https://api-external.zenlytic.com/api/v2

Base URL https://euapi-external.zenlytic.com/api/v2

Authentication

Include your personal access token as a bearer token in the Authorization header:

Authorization: Bearer YOUR_TOKEN

A token's scope — a single workspace (Admin) or your entire organization (Org admin) — is fixed when the token is created, based on your role in the workspace you created it from. It isn't visible from the token itself, so call GET /me to see what a given token can actually reach before building against it. See Overview for the full scope table.

Last updated

Was this helpful?