Get current user subscription for an installed app
Returns paid entitlement for the authenticated user for the app identified by `appUuid`. The OAuth access token must belong to that app.
<Info>Scope required: `read:self`</Info>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
appUuid
Headers
X-Fanvue-API-Version
API version to use for the request
Response
Current-user subscription entitlement for the app
appUuid
userUuid
hasActiveSubscription
status
Allowed values:
planUuid
planName
currentPeriodEnd
cancelAtPeriodEnd
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
410
Gone Error
502
Bad Gateway Error
503
Service Unavailable Error