GET
/
teams
curl --request GET \
  --url https://cloud.volttime.com/api/v2/teams \
  --header 'Authorization: Bearer <token>'

Response

data
Team[]

Array of teams

Was this page helpful?