Skip to main content
PATCH
Update subscription

Authorizations

Authorization
string
header
required

Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'

Path Parameters

id
string
required

Subscription ID

Body

application/json

Update a subscription.

auto_top_up_bundle_id
string | null
required

ID of a credit bundle to auto-purchase when subscription credit runs out. Must belong to the same plan. Set to null to disable auto top-up.

Response

Subscription updated

success
boolean