Create a free trial link
Create a shareable link that lets fans start a free trial of the creator’s subscription.
write:creator— Modify creator profiles, settings, and creator-specific data.
Authorizations
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
API version to use for the request
"2025-06-26"
Body
Maximum number of fans that can redeem the link. Unlimited when null or omitted.
x >= 1Number of days from now until the link expires. Never expires when null or omitted.
x >= 1Length of the free trial in days. Uses the platform default when null or omitted.
x >= 1Response
Free trial link created successfully
Free trial link UUID
Shareable URL fans use to redeem the free trial
Maximum number of redemptions (null if unlimited)
Number of times the link has been redeemed
Free trial length in days (null when the platform default applies)
When the link expires (null if it never expires)
When the link was created