Get Organization
Organizations
Get Organization
Get details of a specific organization
GET
Get Organization
Returns the full details of an organization. The authenticated user must be a member of the organization.Documentation Index
Fetch the complete documentation index at: https://docs.bunship.com/llms.txt
Use this file to discover all available pages before exploring further.
Auth
Requires a valid Bearer token. User must be a member of the organization.
Path Parameters
Organization identifier.
Response
Organization identifier.
Organization name.
URL slug.
Description.
Logo URL.
Organization settings including branding, features, and billing configuration.
User ID of the creator.
ISO 8601 creation timestamp.
ISO 8601 last update timestamp.
Errors
| Status | Code | Description |
|---|---|---|
401 | AUTHENTICATION_ERROR | Missing or invalid Bearer token |
403 | AUTHORIZATION_ERROR | User is not a member of this organization |
404 | NOT_FOUND | Organization not found |

