Skip to main content
GET
/
v1
/
teams
List teams
curl --request GET \
  --url https://api.alpic.ai/v1/teams \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "hasStripeAccount": true
  }
]

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.

Response

200 - application/json

The list of teams

id
string
required
name
string
required
createdAt
string<date-time>
required
hasStripeAccount
boolean
required