Mint a publish/unpublish request token
Mints a short-lived, opaque “request token” the app’s creator surface forwards to Fanvue to ask the creator to confirm a publish or unpublish.
The token is bound to the calling app (a token can only be minted for the app whose credentials make the call — otherwise 403) and to the acting creator, so it can only drive that creator’s native confirmation modal.
write:experience— Request that the creator publish or unpublish a fan-facing experience. The app mints a request token; the creator confirms and Fanvue performs the change.
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
- Option 1
- Option 2
publish 1FREE, SUBSCRIPTION, PAID, HIDDEN EMBEDDED, EXTERNAL Public https URL of the experience cover image. Fanvue downloads and re-hosts it when the creator confirms the publish.
2048"https://example.com/covers/launch-your-page.jpg"
Response
The minted request token
The opaque request token to forward to the creator surface for confirmation.
"req_2f1c…"