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.
Get team details and member list. Caller must be an accepted member.
curl -X GET https://app.dacard.ai/api/teams/tm_2x1B3y \ -H "Authorization: Bearer $DACARD_API_KEY"
status: accepted
{ "team": { "id": "tm_2x1B3y...", "name": "Acme Product", "createdAt": "2026-04-12T18:11:43Z" }, "members": [ { "id": "tmm_...", "userId": "user_...", "email": "founder@acme.com", "role": "admin", "status": "accepted", "functionScope": null } ], "currentRole": "admin" }
AUTH_REQUIRED
Not a team member
Team not found
id
INTERNAL_ERROR
Was this page helpful?