cURL
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, "hasActiveSubscription": true } ]
List all teams for the authenticated user
Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.
The list of teams
Was this page helpful?
Contact support