Get¶
Retrieves a player data with the given ID.
HTTP request¶
GET https://megamify.com/api/v1/player/data/:player_data_id/
Parameters¶
Name | Required | Type | Description |
---|---|---|---|
player_data_id | True | int | The PlayerData ID |
Headers¶
See Security section of the API Reference.
Body¶
Do not supply a request body with this method.
Response¶
Status: 200 OK
If successful, this method returns a Player Data object in the response body.