Reporting Game Data API
(optionally) You can report "Match Score (score)" multiple times through this API
Request Body
Name
Type
Signature Verification
Description
Request Example
{
"body": {
"game_id": 1,
"match_token": "47AD1ED23DB1407720049D586C727C3B",
"user_ticket": "1843BBAEBC83DDB0E45E378BA37014A9",
"action": "report_score",
"score": 5,
"auth_date": 1704816000,
"auth_sign": ""
}
}Response Example
Last updated