Skip to main content
GET
Manage Subscription
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.

Overview

Get a Stripe billing-portal link for the studio’s subscription. In the portal the user can change plan, update the payment method, view invoices, or cancel. Like Top Up Media Credits, this endpoint only returns a URL — all changes happen in the browser.
Admin keys only. Only API keys created by the studio admin can call this endpoint; member keys receive a 403.
Plans purchased through AppSumo are managed in your AppSumo account, not Stripe. AppSumo subscriptions receive a 400 with a message pointing to appsumo.com.

Response

string
Stripe billing-portal URL. Open it in a browser to manage the subscription.

Example Request

Example Response

Rate Limiting

This endpoint is subject to the standard rate limit of 10 requests per minute.

Next Steps

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful response

url
string

Stripe URL to open in a browser