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.
read:experience— Exchange a fan’s experience token for the resolved experience and the fan’s identity, so an embedded fan-facing experience can render the right content.
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
The opaque experience launch token appended to the surface iframe URL.
1"exp_2f1c…"