TheDocumentation Index
Fetch the complete documentation index at: https://docs.zeptar.com/llms.txt
Use this file to discover all available pages before exploring further.
/v1/me endpoint returns minimal session-bound information: the user id and the id of their active workspace. It’s the standard “who am I” call — useful as a session-validity probe and as a way to read the active workspace context.
For richer details (email, name, avatar, etc.) the web UI reads them from the better-auth session directly. A future revision of this endpoint will return the full user profile.
Active workspace
active_organization_id reflects the workspace currently selected in the web UI’s switcher. Endpoints that don’t take an explicit orgId in the path scope their behavior to this id.
If the user has no memberships at all, active_organization_id is null and most resource endpoints return empty lists.