submitgamescore
Developing
Request
Body Params application/json
{
"uid": "21",
"name": "test",
"score": 34.2
}
Request Code Samples
curl --location --request POST 'https://api.ambrus.studio/v2-testing/merchant/game/scores' \
--header 'Authorization: bearer URDUB6c+FfxhAXOKSqC36GFkF61WVFfKlRCzVuwfg3JBYJuDrpUBDeAwoWx4G1BA7tvOAG4POLYwl6pDLcyLKg==' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": "21",
"name": "test",
"score": 34.2
}'
Responses
application/json {
"code": 0,
"message": "string",
"data": {
"id": 0,
"name": "string",
"score": 0,
"uid": "string",
"created_at": "string",
"updated_at": "string",
"game": 0
}
}
Modified at 2025-08-19 09:01:50