URL: https://www.unrealengine.com/marketplace/api/purchase/track
Method: POST
Auth Required: Yes
{
"offerId": [":offer"],
"purchaseFlow": 1
}
offerId
: The Ids of the Offers
purchaseFlow
: Random Tracking ID
Example Response
{
"status": "OK",
"data": true
}