POST
/
organizations
/
teams
curl --request POST \
  --url http://api.attention.tech/v2/organizations/teams \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "Marketing",
  "parentTeamUUID": "2ccf9bde-68e3-4de4-bc4e-51b927336665"
}'
{
  "data": {
    "name": "[Attention] Marketing",
    "uuid": "5d350a34-6c8d-4408-b0d6-6cfac4782e1f"
  }
}

Authorizations

Authorization
string
header
required

Body

The details of the team to be created

The body is of type object.

Response

200
application/json

Team successfully created

The response is of type object.