Experiences
List Experiences
Returns a collection of experiences
GET
/
v5
/
app
/
experiences
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
company_id
string
An ID of a company to filter by, which will look like biz_*************
product_id
string
An ID of a product to filter by, which will look like prod_*************
page
integer
default: 1The page number to retrieve
per
integer
default: 10The number of resources to return per page. There is a limit of 50 results per page.
Response
200 - application/json
pagination
object
requireddata
object[]
requiredWas this page helpful?