Skip to main content
GET
Get my teams

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 user ID to retrieve teams for

gameId
string<uuid>

Optional game filter. Returns teams for all games if omitted.

Response

Teams fetched successfully

success
boolean

Indicates if the request was successful

Example:

true

message
string

A message describing the result of the operation

Example:

"Teams fetched successfully"

data
object[]

List of teams the user is a member of

meta
object