Coins
Enable/disable auto-topup and choose the coin product
Enabling requires a productId from the coin paywall (localized web coin product id). Re-enabling clears the auto-disable state.
put/v1/coins/auto-topup
Request body
Example request
{
"productId": "100_coins_9_99_eur"
}Response
Example response
{
"product": {
"productId": "100_coins_9_99_eur",
"currency": "EUR"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.