v8

OpenAPI 3.1.02026-08-033623795.0 MB
Companies

Create company

Create a new company. Pass parent_company_id to create a connected account under a platform, or omit it to create a company for the current user.

Required permissions:

  • company:create
  • company:basic:read
post/companies

Request body

country'us' | 'ca' | 'gb' | 'ab' | 'af' | 'al' | 'dz' | 'as' | 'ad' | 'ao' | 'ai' | 'aq' | 'ag' | 'ar' | 'am' | 'aw' | 'au' | 'at' | 'az' | 'bs' | 'bh' | 'bd' | 'bb' | 'by' | 'be' | 'bz' | 'bj' | 'bm' | 'bt' | 'bo' | 'ba' | 'bw' | 'br' | 'io' | 'vg' | 'bn' | 'bg' | 'bf' | 'bi' | 'kh' | 'cm' | 'cv' | 'ky' | 'cf' | 'td' | 'cl' | 'cn' | 'cx' | 'cc' | 'co' | 'km' | 'cg' | 'ck' | 'cr' | 'ci' | 'hr' | 'cu' | 'cw' | 'cy' | 'cz' | 'cd' | 'dk' | 'dj' | 'dm' | 'do' | 'ec' | 'eg' | 'sv' | 'gq' | 'ee' | 'et' | 'fk' | 'fo' | 'fj' | 'fi' | 'fr' | 'gf' | 'pf' | 'ga' | 'gm' | 'ge' | 'de' | 'gh' | 'gi' | 'gr' | 'gl' | 'gd' | 'gp' | 'gu' | 'gt' | 'gg' | 'gn' | 'gw' | 'gy' | 'ht' | 'hn' | 'hk' | 'hu' | 'is' | 'in' | 'id' | 'iq' | 'ie' | 'im' | 'il' | 'it' | 'jm' | 'sj' | 'jp' | 'je' | 'jo' | 'kz' | 'ke' | 'ki' | 'xk' | 'kw' | 'kg' | 'la' | 'lv' | 'lb' | 'ls' | 'lr' | 'ly' | 'li' | 'lt' | 'lu' | 'mo' | 'mk' | 'mg' | 'mw' | 'my' | 'mv' | 'ml' | 'mt' | 'mh' | 'mq' | 'mr' | 'mu' | 'yt' | 'mx' | 'fm' | 'md' | 'mc' | 'mn' | 'me' | 'ms' | 'ma' | 'mz' | 'mm' | 'na' | 'nr' | 'np' | 'nl' | 'an' | 'nc' | 'nz' | 'ni' | 'ne' | 'ng' | 'nu' | 'mp' | 'no' | 'om' | 'pk' | 'pw' | 'ps' | 'pa' | 'pg' | 'py' | 'pe' | 'ph' | 'pn' | 'pl' | 'pt' | 'pr' | 'qa' | 're' | 'ro' | 'ru' | 'rw' | 'bl' | 'sh' | 'kn' | 'lc' | 'mf' | 'pm' | 'vc' | 'ws' | 'sm' | 'st' | 'sa' | 'sn' | 'rs' | 'sc' | 'sl' | 'sg' | 'sx' | 'sk' | 'si' | 'sb' | 'so' | 'za' | 'kr' | 'ss' | 'es' | 'lk' | 'sd' | 'sr' | 'sz' | 'se' | 'ch' | 'tw' | 'tj' | 'tz' | 'th' | 'tl' | 'tg' | 'tk' | 'to' | 'tt' | 'tn' | 'tr' | 'tm' | 'tc' | 'tv' | 'vi' | 'ug' | 'ua' | 'ae' | 'um' | 'uy' | 'uz' | 'vu' | 'va' | 've' | 'vn' | 'wf' | 'eh' | 'ye' | 'zm' | 'zw' | 'sy'

The available countries on the platform

descriptionstring nullable

A promotional pitch displayed to potential customers on the company's store page.

emailstring nullable

The email address of the user who will own the connected account. Required when parent_company_id is provided.

metadataobject nullable

A key-value JSON object of custom metadata to store on the company.

parent_company_idstring nullable

The unique identifier of the parent platform company. When provided, creates a connected account under that platform. Omit to create a company for the current user.

send_customer_emailsboolean nullable

Whether Whop sends transactional emails to customers on behalf of this company. Only applies when creating a connected account.

titlestring required

The display name of the company shown to customers.

Response

A successful response

affiliate_instructionsstring nullable required

Guidelines and instructions provided to affiliates explaining how to promote this company's products.

created_atstring date-time required

The datetime the company was created.

descriptionstring nullable required

A promotional pitch written by the company creator, displayed to potential customers on the store page.

idstring required

The unique identifier for the company.

member_countinteger required

The total number of users who currently hold active memberships across all of this company's products.

metadataobject nullable required

A key-value JSON object of custom metadata for this company, managed by the platform that created the account.

published_reviews_countinteger required

The total number of published customer reviews across all products for this company.

routestring required

URL slug for the account's store page, e.g. pickaxe in whop.com/pickaxe.

send_customer_emailsboolean required

Whether Whop sends transactional emails (receipts, updates) to customers on behalf of this company.

target_audiencestring nullable required

The target audience for the company. Null if not set.

titlestring required

The display name of the company shown to customers.

updated_atstring date-time required

The datetime the company was last updated.

verifiedboolean required

Whether this company has been verified by Whop's trust and safety team.

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"
}