---
title: "POST /v1/teams"
method: POST
path: "/v1/teams"
tags: ["Teams"]
---

# POST /v1/teams

`POST /v1/teams`

Creates team

## Headers

- `adhookToken` string
- `Authorization` string

## Request body

- Team
  - `id` string
  - `tenantId` string
  - `name` string
  - `notificationMode` 'NONE' | 'TEAM_EMAILS' | 'TEAM_MEMBERS'
  - `emailAddresses` string[]
  - `teamMembers` string[]

## Response `default`

default response

---

[API](https://skmtc.net/adhook/apis/adhook-io-api.md) · [All operations](https://skmtc.net/adhook/apis/adhook-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adhook/adhook-io-api/versions/77eb5d6ad7c9/schema)
