v8
OpenAPI 3.1.02026-08-033623795.0 MBCompanies
Retrieve company
Retrieves the details of an existing company.
Required permissions:
- company:basic:read
get/companies/{id}
Path parameters
idstring required
Example:biz_xxxxxxxxxxxxxx
The unique identifier or route slug of the company.
Response
A successful response
Example response
{
"affiliate_instructions": "Share your unique link on social media to earn 20% commission.",
"created_at": "2023-12-01T05:00:00.401Z",
"description": "Learn the fundamentals of data analytics with hands-on projects.",
"featured_affiliate_product": {
"id": "prod_xxxxxxxxxxxxx"
},
"id": "biz_xxxxxxxxxxxxxx",
"logo": {
"url": "https://media.whop.com/abc123/optimized.jpg"
},
"member_count": 42,
"owner_user": {
"id": "user_xxxxxxxxxxxxx",
"name": "John Doe",
"username": "johndoe42"
},
"published_reviews_count": 42,
"route": "pickaxe",
"social_links": [
{
"id": "soci_xxxxxxxxxxxxx",
"url": "https://x.com/whop"
}
],
"title": "Pickaxe",
"updated_at": "2023-12-01T05:00:00.401Z"
}