Parameter | Description | Type |
---|---|---|
id | Game ID | int |
{
"id": 2,
"type": "wof",
"name": "Super game 1",
"attempts": 1,
"chance_to_win": 20,
"day_start_time": "08:00",
"days_to_prize_revoked": 1,
"prize_limit": null,
"support_email": "test@test.pl",
"start_date": "2021-04-23T11:11:54+0000",
"end_date": "2022-01-23T00:00:00+0000"
}
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/games-admin/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{}