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
Response
returns created team
Example response
{
"team": {
"name": "super team"
}
}