Use these endpoints to exchange credentials for a session and log out. For SSO login redirects (Google/Microsoft) and integration OAuth, see OpenID & OAuth.Documentation Index
Fetch the complete documentation index at: https://docs.zylon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Account creation
UsePOST /api/v1/auth/register to create a new credentials-based account.
To use that account in Workspace, complete one of these operations:
- Create a workspace user with the account ID in Users - Create a user.
- Join directly to an organization through
POST /api/v1/account/organization/{orgId}/join.
Log in with credentials
Example response
Example response
Log out
Example response
Example response
Errors and edge cases
- 401/403: missing or invalid API token.
- 429: too many login attempts.