Experiences
Retrieve an Experience
Returns an experience
GET
/
v5
/
me
/
experiences
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Experience, which will look like exp_*************
Response
200 - application/json
The ID of the experience, which will look like exp_*************
The date the experience was created as a unix timestamp.
The name of the experience
The ID of the company, which will look like biz_*************
The ID of the app that created the experience, which will look like app_*************
The URL of the app's icon
The access level of the experience
Available options:
public
, private
Was this page helpful?