Skip to main content
{
	"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",
		"name": "<string>"
	},
	"id": "biz_xxxxxxxxxxxxxx",
	"logo": {
		"url": "https://media.whop.com/abc123/optimized.jpg"
	},
	"member_count": 42,
	"metadata": {},
	"owner_user": {
		"id": "user_xxxxxxxxxxxxx",
		"name": "John Doe",
		"username": "johndoe42"
	},
	"published_reviews_count": 42,
	"route": "pickaxe",
	"send_customer_emails": true,
	"social_links": [
		{
			"id": "soci_xxxxxxxxxxxxx",
			"url": "https://x.com/whop",
			"website": "x"
		}
	],
	"target_audience": "<string>",
	"title": "Pickaxe",
	"updated_at": "2023-12-01T05:00:00.401Z",
	"verified": true
}
affiliate_instructions
string | null
required
Guidelines and instructions provided to affiliates explaining how to promote this company’s products.Example: Share your unique link on social media to earn 20% commis…
created_at
string<date-time>
required
The datetime the company was created.Example: 2023-12-01T05:00:00.401Z
description
string | null
required
A promotional pitch written by the company creator, displayed to potential customers on the store page.Example: Learn the fundamentals of data analytics with hands-on pr…
The product featured for affiliates to promote on this company’s affiliate page. Null if none is configured.
id
string
required
The unique identifier for the company.Example: biz_xxxxxxxxxxxxxx
The company’s logo.
member_count
integer
required
The total number of users who currently hold active memberships across all of this company’s products.Example: 42
metadata
object | null
required
A key-value JSON object of custom metadata for this company, managed by the platform that created the account.
owner_user
object
required
The user who owns and has full administrative control over this company.
published_reviews_count
integer
required
The total number of published customer reviews across all products for this company.Example: 42
route
string
required
The URL slug for the company’s store page (e.g., ‘pickaxe’ in whop.com/pickaxe).Example: pickaxe
send_customer_emails
boolean
required
Whether Whop sends transactional emails (receipts, updates) to customers on behalf of this company.
The list of social media accounts and external links associated with this company.
target_audience
string | null
required
The target audience for the company. Null if not set.
title
string
required
The display name of the company shown to customers.Example: Pickaxe
updated_at
string<date-time>
required
The datetime the company was last updated.Example: 2023-12-01T05:00:00.401Z
verified
boolean
required
Whether this company has been verified by Whop’s trust and safety team.