List¶
Returns a list of the player currencies.
HTTP request¶
GET https://megamify.com/api/v1/player/:player_id/currency/
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 |
---|---|---|
data | List of PlayerCurrency objects | List of Player Currencies |