latestOpenAPI 3.1.02026-08-08243131.9 MB
c5ddcd5c7e72
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.
post/experiences/request-token
Headers
X-Fanvue-API-Versionstring required
Example:2025-06-26
API version to use for the request
Request body
Example request
{
"imageUrl": "https://example.com/covers/launch-your-page.jpg"
}Response
The minted request token
Example response
{
"token": "req_2f1c…"
}