Skip to main content
GET
/
v1
/
core
/
organizations
/
{orgId}
/
teams
Get all teams for an org
curl --request GET \
  --url https://functions.siro.ai/api-externalApi/v1/core/organizations/{orgId}/teams \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "organizationId": "<string>",
      "coachUids": [
        "<string>"
      ],
      "coachManifest": {},
      "memberUids": [
        "<string>"
      ],
      "memberManifest": {},
      "newUserDefaultConversationTypes": [
        "<string>"
      ],
      "createdAt": "<string>"
    }
  ],
  "cursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.siro.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
default:<organization-api-token>
required

Organization integration token from Siro admin (Person icon → API Tokens). Send Authorization: Bearer . This is not the OAuth access token used with api.siro.ai user-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID to fetch teams for

Query Parameters

pageSize
integer
Required range: x >= 1
cursor
string

Response

200 - application/json

Get all teams for an org

data
object[]
required
cursor
string | null
required

Opaque cursor for pagination