List the teams the authenticated user belongs to. Returns every team the caller has accepted membership in, regardless of role.Documentation Index
Fetch the complete documentation index at: https://docs.dacard.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Property | Value |
|---|---|
| Auth | Required (Clerk session or Bearer API key) |
| Required scope | None beyond authentication |
| Rate limit | None on this route |
| Idempotent | Yes |
Response
Errors
| Status | Code | When |
|---|---|---|
| 401 | AUTH_REQUIRED | No session and no Bearer key. |
| 500 | INTERNAL_ERROR | Database read failed. Sentry traced. |