Experiences
Create experience
Required permissions:
- experience:create
post/experiences
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx",
"app_id": "app_xxxxxxxxxxxxxx"
}Response
A successful response
Example response
{
"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",
"products": [
{
"id": "prod_xxxxxxxxxxxxx",
"route": "pickaxe-analytics",
"title": "Pickaxe Analytics"
}
]
}Changes
Changed in 2 of the 74 revisions of this API.111
- ▲
added the new required request property
new-required-request-property
- ●
removed the request property
request-property-removed
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
added the new optional request property
new-optional-request-property
This revision also has 2 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.