Organization
/api/v1/organizationsThe platform organization automatically scoped to the authenticated caller's JWT.
getCurrentupdateSchema
| Field | Type | Notes |
|---|---|---|
| id* | uuid | Organization UUID. |
| name* | string | Organization display name. |
| slug* | string | URL-safe slug identifier. |
| plan | enum | free | starter | pro | enterpriseSubscription plan. |
| settings | json | Organization-level configuration settings. |
| created_at* | date-time | Creation timestamp. |
| updated_at* | date-time | Last update timestamp. |
API
Loading manifest…