Skip to main content
POST
Create a new team

Authorizations

X-API-KEY
string
header
required

API key for authentication. You can generate this from the 16TMS console.

Query Parameters

externalId
string
required

External identifier for the team from your system

Body

application/json
name
string
required

Name of the team

Example:

"Team Alpha"

gameId
string<uuid>
required

ID of the game this team is associated with

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

URL to the team's logo image

Example:

"https://example.com/logo.png"

coverImage
string<uri>

URL to the team's cover image

Example:

"https://example.com/cover.jpg"

description
string

Description of the team

Example:

"Professional esports team"

Response

Team created successfully

success
boolean

Indicates if the request was successful

Example:

true

message
string

A message describing the result of the operation

Example:

"Team created successfully"

data
object
meta
object