v2

latestOpenAPI 3.0.3raw.githubusercontent.com2025-01-245593419.2 KB
Teams

Create a new team

OAuth scope: team.write


Create a new team in the authenticated organization.


A successful response will give name and id of the newly created team.

post/v2/teams

Headers

X-Qonto-Staging-Tokenstring

Required only for Sandbox API requests; to get one, please submit the following form: https://getqonto.atlassian.net/servicedesk/customer/portal/5/group/47/create/143.

Request body

namestring required

name for the new team being created

Response

returns created team

Example response

{
  "team": {
    "name": "super team"
  }
}