v3
latestOpenAPI 3.1.02026-07-31550239.5 KBList org social/platform accounts
Returns the org's registered accounts (GitHub, Twitter, LinkedIn, etc.) as a paginated list. Pass ?platform=<name> to fetch a single account by platform — returns the account object or null when not set. When the org holds multiple accounts for the platform, single-mode returns the oldest-linked one deterministically; use the full list (omit ?platform) to retrieve them all. The 200 schema is a union of the paginated list (default) or a single OrgAccountItem/null (single-mode) — the OSS CLI depends on the single-row return shape.
Path parameters
Query parameters
When provided, returns a single OrgAccountItem for the given platform (or null). When absent, returns the full paginated list.
Response
Paginated org accounts (default), or a single OrgAccountItem/null when ?platform= is supplied