Get User Organization
Fetch a single organization by slug. Returns the same per-organization shape as /user/orgs (id, name, slug, avatarUrl, subscriptionStatus, services flags, integration connection status, obligatoryAdminApproval, legalDocuments, and trademarkRegistrations). The integrations object shows which third-party integrations are connected: slack, discord, vercel, intercom, and moderation are booleans; telegram is { connected, groupCount }. The legalDocuments object reports whether the org’s Letter of Authorization and Power of Attorney are on file along with a direct fileUrl to view each when present. trademarkRegistrations returns every org-level trademark on file with its issuing office, registration number, and (when uploaded) a certificateFileUrl link to the certificate PDF — an empty array means no trademarks are recorded for the org. Access requires the caller to have permission for the org: org-scoped API keys must match the slug; user sessions and user-scoped API keys need an active OrganizationMembership unless the caller is staff. Soft-deleted organizations are excluded.
Overview
Fetch a single organization by slug. The response uses the same per-organization shape as List User Organizations — id, name, slug, avatar URL, subscription status, services flags, integration connection status, obligatory admin approval, legal documents, and trademark registrations.Access
The caller must have permission for the organization:- Org-scoped API keys must match the requested slug.
- User sessions and user-scoped API keys need an active organization membership, unless the caller is ChainPatrol staff.
Authorizations
Your API key. This is required by most endpoints to access our API programatically. Reach out to us at support@chainpatrol.io to get an API key for your use.
Path Parameters
Organization slug to fetch (must be one the caller can access)
1Response
Successful response