v1

latestOpenAPI 3.1.02026-07-221206394.4 KB
Team

Create a team

Creates a new team.

post/v1/teams

Request body

namestring required
membersstring[]
externalIdstring

Response

Creates a new team.

Example response

{
  "data": {
    "name": "Industrials team"
  }
}