Skip to main content
GET
Get all games

Authorizations

X-API-KEY
string
header
required

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

Query Parameters

PageNumber
integer<int32>
default:1

The page number to retrieve (1-indexed)

Required range: x >= 1
PageSize
integer<int32>
default:10

The number of items per page

Required range: 1 <= x <= 100

Response

Games retrieved successfully

success
boolean

Indicates if the request was successful

Example:

true

message
string

A message describing the result of the operation

Example:

"Games retrieved successfully"

data
object
meta
object