Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string
required

The ID of the organization.
Prefix with name= to retrieve the organization by name instead.

Response

OK

id
string<ulid>

The ID of the organization.

type
enum<string>

The type of the organization.

Available options:
fixed,
flexible
owner_id
string<uuid>

The ID of the owner.

namespace
string

The namespace in which the organization name is unique.

name
string

A unique machine name representing the organization.

label
string

The human-readable label of the organization.

country
string

The organization country (2-letter country code).

Maximum string length: 2
capabilities
string[]

The organization capabilities.

vendor
string

The vendor.

billing_profile_id
string

The Billing Profile ID.

billing_legacy
boolean

Whether the account is billed with the legacy system.

security_contact
string<email>

The security contact email address for the organization.

ai_agent_settings
object

AI agent consent settings for the organization.

status
enum<string>

The status of the organization.

Available options:
active,
restricted,
suspended,
deleted
created_at
string<date-time>

The date and time when the organization was created.

updated_at
string<date-time>

The date and time when the organization was last updated.

Last modified on June 16, 2026