Skip to main content
PATCH
Enable or disable a creator's checkout link
Required scope
  • write:creator — Modify creator profiles, settings, and creator-specific data.

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
uuid
string<uuid>
required

Checkout link UUID

Body

application/json
status
enum<string>
required

Set to disabled to stop the link's checkout page (reversible), or active to re-enable it.

Available options:
active,
disabled

Response

Checkout link status updated

uuid
string<uuid>
required

Checkout link UUID

status
enum<string>
required

active links can be purchased; disabled links reject checkout until re-enabled

Available options:
active,
disabled