Apps
Create app
Register a new app on the Whop developer platform. Apps provide custom experiences that can be added to products.
Required permissions:
- developer:create_app
- developer:manage_api_key
- developer:update_app
post/apps
Request body
Example request
{
"company_id": "biz_xxxxxxxxxxxxxx"
}Response
A successful response
Example response
{
"api_key": {
"created_at": "2023-12-01T05:00:00.401Z"
},
"base_url": "https://myapp.example.com",
"company": {
"id": "biz_xxxxxxxxxxxxxx",
"title": "Pickaxe"
},
"creator": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"dashboard_path": "/experiences/[experienceId]",
"description": "A comprehensive analytics dashboard for tracking revenue, members, and growth metrics.",
"discover_path": "/experiences/[experienceId]",
"domain_id": "ab1c2d3e4f5g6h7i8j9k",
"experience_path": "/experiences/[experienceId]",
"hosted_url": "https://myapp.whop.app",
"icon": {
"url": "https://media.whop.com/abc123/optimized.jpg"
},
"id": "app_xxxxxxxxxxxxxx",
"name": "Courses",
"openapi_path": "/experiences/[experienceId]",
"production_web_build": {
"checksum": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
"file_url": "https://cdn.whop.com/builds/abc123.zip",
"id": "apbu_xxxxxxxxxxxxx"
},
"route": "myapp",
"skills_path": "/experiences/[experienceId]",
"stats": {
"dau": 42,
"mau": 42,
"time_spent_last24_hours": 42,
"wau": 42
}
}