v1
latestOpenAPI 3.0.02026-08-068926279.2 KBTeams
Create a new team
Creates a new team with a 14-day trial for the authenticated user
post/teams
Request body
Example request
{
"timezone": "UM5"
}Response
Team created
Example response
{
"id": 1,
"name": "My Agency",
"address": "123 Business St",
"email": "info@myagency.com",
"phone": "555-1234",
"owner_id": 1,
"active": true
}