Skip to main content
GET
Get Organization

Headers

authorization
string
required
Your API key for authentication.

Path Parameters

org_id
string
required
The unique identifier of the organization to retrieve.

Response

data
object
The details of the organization.
data.id
string
The unique identifier of the organization.
data.org_slug
string
The unique slug identifier of the organization.
data.org_display_name
string
The display name of the organization.
data.org_image_url
string | null
URL of the organization’s image (if set).
data.org_plan
string
The organization’s plan. Default: "starter".
data.org_creation_date
string (ISO 8601)
The timestamp of when the organization was created.
data.kyc_level
integer
The KYC (Know Your Customer) verification level. Default: 0.
data.placement_group
string
The placement group of the organization. Default: "blandshared".
data.is_deleted
boolean
Whether the organization is deleted. Default: false.
data.is_stripe_overdue
boolean
Whether the organization has overdue Stripe payments. Default: false.
data.is_suspended
boolean
Whether the organization is suspended. Default: false.
data.org_rate_limit
integer
The organization’s request rate limit. Default: 5.
data.org_type
string
The type of the organization. Default: "normal".
data.entitlements
array
A list of entitlements granted to the organization. Default: [].
data.preferences.use_bland_url
boolean
Whether the organization prefers to use the Bland URL. Default: true.
errors
null
Always null on success.

Docs for agents: llms.txt