Get organization by slug
Retrieve an organization by its URL-friendly slug. Useful for routing when the slug is in the URL. Returns 404 if the organization does not exist or the user is not a member.
Documentation Index
Fetch the complete documentation index at: https://docs.usechar.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
WorkOS JWT token. Obtain via WorkOS AuthKit authentication flow. The token must include organization_id claim for organization-scoped endpoints.
Path Parameters
URL-friendly identifier for the organization (e.g., 'acme-corp')
Response
OK
Organization with the requesting user's role
WorkOS organization ID (e.g., org_01ABC...)
Organization name displayed in the dashboard.
URL-friendly slug for routing and sharing.
URL to the organization logo or avatar, if set.
Timestamp when the organization was created.
Timestamp when the organization was last updated.
User's role in this organization (e.g., 'admin', 'member')

