Skip to main content
POST
Create team

Authorizations

x-api-key
string
header
required

Organization API key from Settings → API keys.

Body

application/json
organizationId
string
required
name
string
required
description
string | null
game
enum<string> | null
Available options:
cs,
valorant,
overwatch,
fortnite,
minecraft,
rocket-league,
league,
other
image
string | null
playerIds
string[]

Assigns each player with teamRole player. Ignored if players is set.

players
object[]

When present, replaces roster and wins over playerIds.

Response

Created team

id
string
organizationId
string
name
string
description
string | null
image
string | null
game
enum<string> | null
Available options:
cs,
valorant,
overwatch,
fortnite,
minecraft,
rocket-league,
league,
other
createdAt
string<date-time>
updatedAt
string<date-time>
playerCount
integer
players
object[]