List Teams
GET /api/teams
Returns all teams that the authenticated user belongs to.
Request
Get Team
GET /api/teams/:teamId
Returns a single team by its ID.
Path Parameters
string
required
The UUID of the team.
Team Object
string
UUID that uniquely identifies the team. Use this in all API paths that accept
:teamId.string
An 8-character alphanumeric identifier used as the subdomain prefix for mock and webhook URLs (e.g.,
aB3cD4eF-my-project.swisstools.dev).string
The display name of the team.
string
A URL-friendly version of the team name. Unique across all teams.
boolean
true if this is the auto-created personal team for the user’s account. Personal teams cannot be deleted.string
ISO 8601 timestamp of when the team was created.
string
ISO 8601 timestamp of the last update.