Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.28 KB

MatchApi.md

File metadata and controls

41 lines (22 loc) · 1.28 KB

\MatchApi

All URIs are relative to https://api.beamable.com

Method HTTP request Description
api_matchmaking_matches_id_get GET /api/matchmaking/matches/{id}

api_matchmaking_matches_id_get

models::Match api_matchmaking_matches_id_get(id, x_beam_scope, x_beam_gamertag)

Fetch a match by ID.

Parameters

Name Type Description Required Notes
id uuid::Uuid Match ID [required]
x_beam_scope Option<String> Customer and project scope. This should be in the form of '{customerId}.{projectId}'. This is only necessary when not using a JWT bearer token
x_beam_gamertag Option<String> Override the playerId of the requester. This is only necessary when not using a JWT bearer token.

Return type

models::Match

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]