Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the teams the authenticated user belongs to.
curl -X GET https://app.dacard.ai/api/teams \ -H "Authorization: Bearer $DACARD_API_KEY"
{ "teams": [ { "id": "tm_2x1B3y...", "name": "Acme Product", "createdAt": "2026-04-12T18:11:43Z" } ] }
AUTH_REQUIRED
INTERNAL_ERROR
Was this page helpful?