Coins

Coin packs to display for the current user

Resolves the GEN-1399 coin-pack pricing experiment and returns the ladder this user must be shown, together with the assigned variant. Users outside the experiment (registered before it started, or not on Upgate/USD) get control and are not enrolled.

get/v1/coins/pack-set

Response

variantIdstring required

Assigned variant of the coin-pack pricing experiment. control both for the control branch and for users outside the experiment.

Example response

{
  "variantId": "control",
  "packs": [
    {
      "productId": "550_coins_49_99",
      "coinsAmount": 550,
      "priceAmount": 4999,
      "currency": "USD"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.