Skip to main content
GET
List a creator's checkout-link subscriptions
Required scope
  • read:creator — Access creator profiles, content, and creator-specific information.

Authorizations

Authorization
string
header
required

OAuth 2.0 access token, presented as a JWT bearer token in the Authorization header. Obtain a token via the authorization-code flow; the scopes granted to the token determine which operations it may call.

Headers

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Path Parameters

creatorUserUuid
string<uuid>
required

Query Parameters

limit
integer

Number of results to return (default 20, max 100).

Required range: x <= 100
cursor
string

Cursor for pagination, as returned in a previous page's nextCursor.

Pattern: ^\d+$
status
enum<string>

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.

Available options:
active,
cancelled,
expired,
all

Filter to subscriptions purchased through this checkout link.

fanUuid
string<uuid>

Filter to subscriptions held by this fan.

Response

List of checkout-link subscriptions

data
object[]
required
nextCursor
string | null
required

Cursor for the next page, or null if none.