Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 391 Bytes

File metadata and controls

28 lines (21 loc) · 391 Bytes

UE Marketplace - Tracking Info

URL: https://www.unrealengine.com/marketplace/api/purchase/track
Method: POST
Auth Required: Yes

{
  "offerId": [":offer"],
  "purchaseFlow": 1
}

Parameters

offerId: The Ids of the Offers
purchaseFlow: Random Tracking ID


Example Response

{
  "status": "OK",
  "data": true
}