GET
/
v5
/
app
/
experiences
/
{id}
curl --request GET \
  --url https://{defaultHost}/v5/app/experiences/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "created_at": 123,
  "name": "<string>",
  "company_id": "<string>",
  "product_ids": [
    "<string>"
  ],
  "app_id": "<string>",
  "app_icon_url": "<string>",
  "access_level": "<string>",
  "features": [
    "<string>"
  ],
  "metadata": {},
  "hub_url": "<string>"
}

Authorizations

Authorization
string
header
required

App API key for /v5/app and /v5/company endpoints

Path Parameters

id
string
required

The ID of the Experience, which will look like exp_*************

Response

200
application/json
A successful response
id
string
required

The ID of the experience, which will look like exp_*************

created_at
number
required

The date the experience was created.

name
string
required

The name of the experience

company_id
string
required

The ID of the company, which will look like biz_*************

product_ids
string[]
required

The ID of the product, which will look like prod_*************

app_id
string
required

The ID of the app, which will look like app_*************

app_icon_url
string
required

The URL of the app's icon

access_level
string
required

The access level of the experience. Always private, don't use this

features
string[]
required
hub_url
string
required

The full URL of the experience's app view in the Whop hub

metadata
object | null

The metadata of the experience