Organizations are the top-level container for users and projects. Use these endpoints to list orgs visible to your account and update org-level settings.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.
Basic request and response
List organizations visible to your account withGET /api/v1/app/organization.
Example response
Example response
Update organization settings
Example response
Example response
Errors and edge cases
- 401/403: missing or invalid API token.
- 400: invalid regex or payload shape.