Create¶
Create a checkin for the currently authenticated player.
HTTP request¶
POST https://megamify.com/api/v1/player/checkin/
Headers¶
See Security section of the API Reference.
Body¶
Name | Required | Type | Description |
---|---|---|---|
game | True | int | The Game ID |
player | True | int | The Player ID |
checkin_code | True | int | The Checkin code |
Response¶
Status: 201 Created
If successful, this method returns a PlayerCheckin object in the response body.