Skip to main content
GET
Get an organization the caller can access

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.
Soft-deleted organizations are excluded.

Authorizations

X-API-KEY
string
header
required

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

slug
string
required

Organization slug to fetch (must be one the caller can access)

Minimum string length: 1

Response

Successful response

organization
object
required