v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
Teams

Create a new team

Creates a new team with a 14-day trial for the authenticated user

post/teams

Request body

timezonestring

Example request

{
  "timezone": "UM5"
}

Response

Team created

idinteger
namestring
addressstring nullable
emailstring email nullable
phonestring nullable
owner_idinteger
activeboolean

Example response

{
  "id": 1,
  "name": "My Agency",
  "address": "123 Business St",
  "email": "info@myagency.com",
  "phone": "555-1234",
  "owner_id": 1,
  "active": true
}