List my teams
Teams
List my teams
Returns all teams the authenticated user owns or is an active member of, ordered by ownership then join date.
GET
List my teams
Returns active teams first (owned teams at the top), followed by any archived teams where the user is the owner.Documentation Index
Fetch the complete documentation index at: https://docs.versuno.ai/llms.txt
Use this file to discover all available pages before exploring further.
Stripe billing fields are intentionally excluded from this response.
Authorizations
Versuno API key. Must be prefixed with Bearer. Format: Bearer uk_live_...
Response
Array of team objects with the caller's role and member count.
Unique identifier of the team.
Example:
"c3d4e5f6-a7b8-9012-cdef-123456789012"
Display name of the team.
Example:
"Acme Corp"
URL-safe identifier for the team.
Example:
"acme-corp"
Whether the team is active or archived.
Available options:
active, archived Example:
"active"
The authenticated user's role in this team.
Available options:
owner, admin, member Example:
"owner"
Number of active members in the team.
Example:
4
When the team was created.
Example:
"2026-01-10T09:00:00.000Z"

