Skip to main content
POST
Issue a match session

Authorizations

Authorization
string
header
required

Player access token returned by login/refresh.

Path Parameters

gameId
string
required

The identifier of the game (as registered in the MusterBox console).

Body

application/json
environment
enum<string>
required

Backend environment the credential was created for.

Available options:
local,
sandbox,
staging,
production
matchId
integer
required

The bracket Match this player belongs to.

Example:

1042

Response

A fresh, single-use match session and its participant context.

sessionId
string
required

Backend id of the issued session.

token
string
required

Single-use session token for /game-sdk/{gameId}/results.

expiresAt
string<date-time>
required

Session expiry (10-minute TTL).

context
object
required
Last modified on September 10, 2026