GET
/
api
/
v1
/
team
/
Get list of teams
curl --request GET \
  --url https://api.bundle.social/api/v1/team/ \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "id": "<string>",
      "name": "<string>",
      "avatarUrl": "<string>",
      "organizationId": "<string>",
      "createdById": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "deletedAt": "2023-11-07T05:31:56Z",
      "organization": {
        "id": "<string>",
        "createdById": "<string>",
        "promotionCodeId": "<string>",
        "name": "<string>",
        "avatarUrl": "<string>",
        "apiAccess": true,
        "ref": "<string>",
        "dailyPostLimit": {
          "TWITTER": 123,
          "FACEBOOK": 123,
          "INSTAGRAM": 123,
          "LINKEDIN": 123,
          "YOUTUBE": 123,
          "TIKTOK": 123,
          "THREADS": 123,
          "PINTEREST": 123,
          "REDDIT": 123,
          "DISCORD": 123,
          "SLACK": 123,
          "MASTODON": 123
        },
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "deletedAt": "2023-11-07T05:31:56Z"
      },
      "createdBy": {
        "id": "<string>",
        "externalId": "<string>",
        "email": "<string>",
        "emailVerified": "2023-11-07T05:31:56Z",
        "firstName": "<string>",
        "lastName": "<string>",
        "avatarUrl": "<string>",
        "role": "ADMIN",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "deletedAt": "2023-11-07T05:31:56Z"
      },
      "bots": [
        {
          "id": "<string>",
          "name": "<string>",
          "avatarUrl": "<string>",
          "teamId": "<string>",
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "deletedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "socialAccounts": [
        {
          "id": "<string>",
          "type": "TIKTOK",
          "teamId": "<string>",
          "username": "<string>",
          "displayName": "<string>",
          "externalId": "<string>",
          "userUsername": "<string>",
          "userDisplayName": "<string>",
          "userId": "<string>",
          "channels": [
            {
              "id": "<string>",
              "name": "<string>",
              "username": "<string>",
              "webhook": {
                "id": "<string>",
                "name": "<string>",
                "avatar": "<string>",
                "url": "<string>"
              }
            }
          ],
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "deletedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "bio": {
        "id": "<string>",
        "username": "<string>",
        "name": "<string>",
        "description": "<string>",
        "avatarUrl": "<string>",
        "socials": {},
        "teamId": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "items": [
          {
            "id": "<string>",
            "bioId": "<string>",
            "name": "<string>",
            "link": "<string>",
            "icon": "<string>",
            "enabled": true,
            "order": 123,
            "createdAt": "2023-11-07T05:31:56Z",
            "updatedAt": "2023-11-07T05:31:56Z",
            "analytics": [
              {
                "id": "<string>",
                "count": 123,
                "bioItemId": "<string>",
                "deviceType": {},
                "country": {},
                "createdAt": "2023-11-07T05:31:56Z",
                "updatedAt": "2023-11-07T05:31:56Z"
              }
            ]
          }
        ]
      }
    }
  ],
  "total": 123
}

Authorizations

x-api-key
string
header
required

Query Parameters

offset
number | null
default:0
limit
number | null
default:10

Response

200
application/json

200

The response is of type object.