List experiences
Returns a paginated list of experiences belonging to a company, with optional filtering by product and app.
Query parameters
Returns the elements in the list that come after the specified cursor.
Returns the elements in the list that come before the specified cursor.
Returns the first n elements from the list.
Returns the last n elements from the list.
Filter to only experiences attached to this product identifier.
Filter to only experiences powered by this app identifier.
Only return experiences created before this timestamp.
Only return experiences created after this timestamp.
The unique identifier of the company to list experiences for.
Response
A successful response
Example response
{
"data": [
{
"app": {
"icon": {
"url": "https://media.whop.com/abc123/optimized.jpg"
},
"id": "app_xxxxxxxxxxxxxx",
"name": "Courses"
},
"company": {
"id": "biz_xxxxxxxxxxxxxx",
"route": "pickaxe",
"title": "Pickaxe"
},
"created_at": "2023-12-01T05:00:00.401Z",
"id": "exp_xxxxxxxxxxxxxx",
"image": {
"url": "https://media.whop.com/abc123/optimized.jpg"
},
"name": "Trading Signals Chat",
"order": "123.45"
}
]
}Changes
Changed in 1 of the 74 revisions of this API.11
- ▲
added the new required
queryrequest parameteraccount_idnew-required-request-parameter
- ●
deleted the
queryrequest parametercompany_idrequest-parameter-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 74 revisions, 1 has no diff computed.