RoutesTeams
/teams
AuthorizationBearer <token>
In: header
Request Body
application/json
name*string
Length
length <= 255description*string
Response Body
application/json
curl -X POST "https://YOUR_ORG_ID.gatana.ai/api/v1/teams" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "description": "string" }'{
"team": {
"id": "string",
"tenantId": "string",
"name": "string",
"description": "string",
"createdAt": "string",
"updatedAt": "string",
"memberCount": 0
}
}