latestOpenAPI 3.1.02026-08-08243131.9 MB

c5ddcd5c7e72

Exchange a fan experience launch token

Exchanges the opaque experience token an app's fan-experience surface received in its iframe URL for the resolved experience, the fan's identity, and the fan's entitlement to the experience.

The token is bound to the app that owns the experience: a token minted for one app cannot be exchanged with another app's credentials (403).

Returns 400 if the token is invalid or expired, and 404 if the experience no longer exists.
post/experiences/token/exchange

Headers

X-Fanvue-API-Versionstring required
Example:2025-06-26

API version to use for the request

Request body

tokenstring required

The opaque experience launch token appended to the surface iframe URL.

Example request

{
  "token": "exp_2f1c…"
}

Response

The resolved experience, fan identity, and entitlement

fanUuidstring uuid required