v1

latestOpenAPI 3.0.02026-08-0650184174.6 KB
Teams

Creates a new team

Creates a new team with or without members

post/alerting/teams

Request body

namestring required

Team name

member_idsinteger[] required

Contact ids

Example request

{
  "name": "API Team",
  "member_ids": [
    12345,
    54321
  ]
}

Response

Successful operation