List a creator's checkout-link subscriptions
List the specified creator's checkout-link product subscriptions, most recent first, with cursor-based pagination. Defaults to status=active (renewing); pass status=cancelled for active subscriptions scheduled to cancel at the period end (cancelAtPeriodEnd=true — their resource status stays active until they expire), status=expired for ended ones, or status=all. Filter by checkoutLinkUuid or fanUuid to narrow the list.
<Info> **Polling for real-time updates? Use a webhook instead.**If you are calling this endpoint on a schedule to detect new activity, subscribe to the checkout_link.subscription.activated, checkout_link.subscription.deactivated, checkout_link.subscription.cancel_at_period_end_changed webhook events instead — you'll get pushed updates in real time without polling. See the webhook documentation. </Info>
Path parameters
Query parameters
Number of results to return (default 20, max 100).
Number of results to return (default 20, max 100).
Cursor for pagination, as returned in a previous page's nextCursor.
Cursor for pagination, as returned in a previous page's nextCursor.
Filter (default active). active returns renewing subscriptions; cancelled returns active subscriptions scheduled to cancel at the period end (cancelAtPeriodEnd=true — their resource status is still active); expired returns ended subscriptions.
Filter (default active). active returns renewing subscriptions; cancelled returns active subscriptions scheduled to cancel at the period end (cancelAtPeriodEnd=true — their resource status is still active); expired returns ended subscriptions.
Filter to subscriptions purchased through this checkout link.
Filter to subscriptions purchased through this checkout link.
Filter to subscriptions held by this fan.
Filter to subscriptions held by this fan.
Headers
API version to use for the request
Response
List of checkout-link subscriptions
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○