Skip to main content
GET
/
api
/
v1
/
teams
List Teams
curl --request GET \
  --url https://api.example.com/api/v1/teams \
  --header 'Authorization: Bearer <token>'
{
  "teams": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "team_type": "<string>",
      "display_name": "<string>",
      "status": "<string>",
      "tier": "<string>",
      "operation_mode": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "workflow_phase": "onboarding",
      "workflow_phase_label": "Setting Up",
      "default_currency": "USD",
      "auto_config": {},
      "orchestrator_cadence": {},
      "content_strategy": {},
      "stripe_subscription_id": "<string>",
      "config": {},
      "onboarding_step": "pending",
      "connected_accounts": [],
      "brand_kit_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "brand_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "brand_name": "<string>",
      "hired_at": "2023-11-07T05:31:56Z",
      "paused_at": "2023-11-07T05:31:56Z",
      "cancelled_at": "2023-11-07T05:31:56Z",
      "subscription_ends_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

teams
TeamResponse · object[]
required