Parameter | Description | Type |
---|
Key | Type | Default | Description |
---|---|---|---|
page | int | null | Page number |
per_page | int | null | Results per page |
{
"games": [
{
"id": 2,
"type": "wof",
"name": "Super game 1",
"start_date": "2021-04-23T11:11:54+0000",
"end_date": "2022-01-23T00:00:00+0000",
"active": true,
"confirmed": true
}
],
"pagination_info": {
"total_count": 1,
"per_page": 1,
"total_pages": 1,
"current_page": 1,
"next_page": null,
"prev_page": null,
"is_first_page": true,
"is_last_page": true,
"is_out_of_range": false
}
}
curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/games-admin' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}