v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Create team

Create a new team

post/teams

Request body

namestring required

The name of the team.

Example request

{
  "name": "Backend developers"
}

Response

The team has been successfully created

idinteger

The ID of the newly created team in Aikido.

Example response

{
  "id": 1
}