Experiences
Retrieve an Experience
Returns an experience
GET
/
v5
/
app
/
experiences
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredThe ID of the Experience, which will look like exp_*************
Response
200 - application/json
id
string
requiredThe ID of the experience, which will look like exp_*************
created_at
number
requiredThe date the experience was created as a unix timestamp.
name
string
requiredThe name of the experience
company_id
string
requiredThe ID of the company, which will look like biz_*************
product_ids
string[]
requiredapp_id
string
requiredThe ID of the app that created the experience, which will look like app_*************
features
string[]
requiredmetadata
object
requiredThe metadata of the experience
app_icon_url
string
The URL of the app's icon
access_level
enum<string>
The access level of the experience
Available options:
public
, private
Was this page helpful?