latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Subscriptions

Preview the effect of a subscription update

put/subscriptions/{subscription_id}/preview

Path parameters

subscription_idstring uuid required

Request body

plan_idinteger

The Paddle Plan ID to change the subscription to.

quantityinteger

The number of times this subscription is purchased

Response

Successful Response

Example response

{
  "exceeded_quotas": [
    {
      "owner": {
        "id": "0ad77f99-8043-46e4-8220-7221487c3ee5",
        "account_type": "user",
        "name": "ladybugbot",
        "display_name": "Ladybug Bot",
        "description": "Beep Boop!"
      }
    }
  ]
}