beamable-sdk / api / matchmakingGetTicketsById
Function: matchmakingGetTicketsById()¶
matchmakingGetTicketsById(
requester,id,gamertag?):Promise<HttpResponse<Ticket>>
Defined in: src/__generated__/apis/MatchmakingApi.ts:110
Parameters¶
requester¶
The HttpRequester type to use for the API request.
id¶
string
Ticket ID
gamertag?¶
string
Override the playerId of the requester. This is only necessary when not using a JWT bearer token.
Returns¶
Promise<HttpResponse<Ticket>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.