Skip to main content
GET
Get maps for a game

Authorizations

X-API-KEY
string
header
required

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

Path Parameters

gameId
string<uuid>
required

The unique identifier of the game

Response

Game maps retrieved successfully

success
boolean

Indicates if the request was successful

Example:

true

message
string

A message describing the result of the operation

Example:

"Game maps retrieved successfully"

data
object[]

List of maps for the game

meta
object