List¶
Returns a list of the player checkins.
HTTP request¶
GET https://megamify.com/api/v1/player/checkin/
Parameters¶
| Name | Required | Type | Description |
|---|---|---|---|
| game | True | int | The Game ID |
| player | True | int | The Player ID |
| checkin_code | False | string | The Checkin code |
Headers¶
See Security section of the API Reference.
Body¶
Do not supply a request body with this method.
Response¶
Status: 200 OK
| Name | Type | Description |
|---|---|---|
| data | List of PlayerCheckin objects | List of Player Checkins |