List teams
List the teams the caller can access. Teams own social accounts, assets, folders, and posts, so most endpoints require a teamId from this list. For a one-call overview that also includes organizations and default ids, prefer GET /v1/agent/context.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
UUID of the organization whose teams (workspaces) to list.
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$"5b6c7d8e-9f0a-4b1c-8d2e-3f4a5b6c7d8e"
Opaque pagination cursor from the previous page response (nextCursor/prevCursor); omit to start at the first page.
Page size as a positive integer string; defaults to 25, capped at 100.
"25"
"100"
Field to sort by; each endpoint accepts its own allowlist and defaults to createdAt.
"createdAt"
Sort direction: asc or desc; defaults to desc.
asc, desc