List¶
Returns a list of the achievements for the currently authenticated player.
HTTP request¶
GET https://megamify.com/api/v1/player/:player_id/badge/
Parameters¶
Name | Required | Type | Description |
---|---|---|---|
player_id | True | int | The Player ID |
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 |
---|---|---|
unlocked | List of Achievement objects | List of unlocked Achievements |
locked | List of Achievement objects | List of locked Achievements |