Base path
Endpoints
Attributes
Relationships
Accounts belong to Organizations and are linked to Subscriptions, Invoices, and Usage Records.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Billing and access units within an organization. Accounts allow large organizations to segment billing, quotas, and permissions across teams or divisions.
/v1/organizations/{organization_id}/accounts
| Method | Path | Description |
|---|---|---|
GET | /v1/organizations/{org_id}/accounts | List accounts within an organization |
POST | /v1/organizations/{org_id}/accounts | Create a new account |
GET | /v1/organizations/{org_id}/accounts/{id} | Get an account |
PATCH | /v1/organizations/{org_id}/accounts/{id} | Update an account |
DELETE | /v1/organizations/{org_id}/accounts/{id} | Delete an account |
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier |
organization_id | string | Parent organization reference |
name | string | Display name |
type | enum | default, department, division, product |
billing_email | string | Contact email for billing |
status | enum | active, suspended, closed |
created_at | datetime | ISO 8601 timestamp |
updated_at | datetime | ISO 8601 timestamp |
Was this page helpful?