Skip to main content
Organizations are the top-level container for users and projects. These endpoints operate on the organization selected by the x-org header.

Basic request and response

Get the current organization with GET /api/v1/app/organization.

Update organization settings

Errors and edge cases

  • 401/403: missing or invalid API token.
  • 400: invalid regex, organization name over 60 characters, unsupported logo content type, or logo larger than 5 MB.