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