Skip to main content
GET
Get Match Result API
This feature is only available with paid plans. Contact us to know more.

About this API

In addition to us posting match winners’ data to you on your endpoint, you can use this API to pull data from Gamezop’s systems for any match played by your users. The match_id you query with is the same match_id that you return to us via your Create Match API.

API specification

Authorizations

Authorization
string
header
required

You can find the Bearer token for this API under Settings & Admin > API Tokens within the Gamezop Business Dashboard.

Query Parameters

match_id
string
required

The match_id that you want match result for. This is the same match_id that you return to us via your Create Match API.

Response

HTTP 200 OK. Returns match result data for the requested match.

data
object
success
boolean

Boolean value that is always true, unless there is an error in the API response.

message
string

String value that is always empty, unless there is an error in the API response.