Get Organization
Organizations
Get Organization
Retrieve details for a single organization
GET
Get Organization
GET /organizations/
Retrieve the full details of an organization by its ID. Use this to display organization profile information or verify membership context.Notes
- Requires a valid JWT from a workspace that belongs to the target organization.
- Returns
403if the authenticated workspace does not belong to the requested organization. - Returns
404if no organization exists with the given ID. - Any authenticated member of the organization can call this endpoint (no minimum role required).
- See Update Organization to modify organization fields.
