Retrieves organization details with normalized structure. User must be a member (owner, admin, or member) to access.
Bearer <token>| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Organization UUID |
| Field | Type | Description |
|---|---|---|
id | string | Organization UUID |
name | string | Organization name |
slug | string | URL-friendly identifier |
logo | string | Logo URL (if set) |
plan | string | Subscription plan (free, pro, enterprise) |
ownerId | string | Owner user UUID |
stripeCustomerId | string | Stripe customer ID (if exists) |
subscriptionStatus | string | Current subscription status |
createdAt | string | ISO 8601 timestamp |
updatedAt | string | ISO 8601 timestamp |
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Organization retrieved successfully with details.
"5a2a307be93a2f00129ea035"
"mi-empresa"
"America/Mexico_City"
"2017-05-05T20:55:33.468Z"
"2017-05-05T20:55:33.468Z"
true
"https://storage.example.com/organization/logo.jpg"