Skip to main content
GET
Get user game IDs

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 game IDs for

gameId
string<uuid>

Optional game filter. Returns all game IDs if omitted.

Response

User game IDs retrieved successfully

success
boolean

Indicates if the request was successful

Example:

true

message
string

A message describing the result of the operation

Example:

"User game IDs retrieved successfully"

data
object[]

List of user game ID mappings

meta
object