GET
/
v5
/
me
/
experiences
/
{id}
curl --request GET \
  --url https://{defaultHost}/v5/me/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>"
}

Authorizations

Authorization
string
header
required

User OAuth token for /v5/me endpoints

Path Parameters

id
string
required

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

Response

200
application/json
experience retrieved
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_*************

access_level
string
required

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

app_icon_url
string | null

The URL of the app's icon