Skip to main content
GET
Get a published app store app's full listing

Authorizations

Authorization
string
header
required

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

X-Fanvue-API-Version
string
default:2025-06-26
required

API version to use for the request

Example:

"2025-06-26"

Path Parameters

appUuid
string<uuid>
required
Example:

"00000000-0000-4000-8000-000000000001"

Response

The app's full store listing

uuid
string<uuid>
required
name
string
required

User-facing app title.

tagline
string
required
description
string
required

Marketing description of the app.

logoUrl
string
required
appUrl
string | null
required
pricingType
enum<string>
required
Available options:
free,
monthly
rating
object
required
developer
object
required
descriptionTitle
string
required
descriptionBody
string
required
highlights
string[]
required
heroImageUrl
string
required
previewImageUrls
string[]
required
pricingPlans
object[]
required
ratingDistribution
object[] | null
required