[POST] /purchase-skin

Description

Attempts to process a purchase. If the purchase is successful, the system will automatically award the specified skin to the player.

Dependencies (Required APIs)

  • POST /purchase

  • POST /award-skin

Request Body

Field
Type
Description

PlayerID

int

Unique identifier of the player

SkinID

int

ID of the skin to be awarded

Last updated