← Tools Reference

Whop

Whop integration (Finance, Marketing). Imported from open-connector.

API key8 toolshttps://api.whop.com/api/v1
GET
whop_list_companies
List Whop companies accessible to the credential, optionally filtering connected accounts by parent company.

/companies

8 parameters
ParamTypeRequiredDescription
afterstringoptionalCursor for returning resources after this position.
beforestringoptionalCursor for returning resources before this position.
firstintegeroptionalNumber of resources to return from the start of the list.
lastintegeroptionalNumber of resources to return from the end of the list.
parent_company_idstringoptionalParent platform company ID for listing connected accounts.
directionstringoptionalSort direction for returned Whop resources.
created_beforestringoptionalOnly return companies created before this timestamp.
created_afterstringoptionalOnly return companies created after this timestamp.
GET
whop_get_company
Retrieve a Whop company by ID or route slug.

/companies/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe unique Whop company identifier or route slug.
GET
whop_list_products
List Whop products belonging to a company with optional visibility, type, sort, and cursor filters.

/products

9 parameters
ParamTypeRequiredDescription
company_idstringrequiredThe unique Whop company identifier.
visibilitiesarrayoptionalProduct visibility states to include.
access_pass_typesarrayoptionalProduct access pass types to include.
directionstringoptionalSort direction for returned Whop resources.
orderstringoptionalProduct field to sort by. Defaults to created_at.
firstintegeroptionalNumber of products to return. Default and max is 100.
afterstringoptionalCursor for returning products after this position.
lastintegeroptionalNumber of products to return from the end of the range.
beforestringoptionalCursor for returning products before this position.
GET
whop_get_product
Retrieve a Whop product by ID.

/products/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe unique Whop product identifier.
GET
whop_list_memberships
List Whop memberships for a company with optional product, plan, user, status, and cursor filters.

/memberships

15 parameters
ParamTypeRequiredDescription
afterstringoptionalCursor for returning resources after this position.
beforestringoptionalCursor for returning resources before this position.
firstintegeroptionalNumber of resources to return from the start of the list.
lastintegeroptionalNumber of resources to return from the end of the list.
company_idstringrequiredThe Whop company identifier. Required when using an API key.
directionstringoptionalSort direction for returned Whop resources.
orderstringoptionalSortable Whop membership column.
product_idsarrayoptionalProduct identifiers to filter memberships by.
statusesarrayoptionalMembership statuses to include.
cancel_optionsarrayoptionalCancellation reasons to filter memberships by.
plan_idsarrayoptionalPlan identifiers to filter memberships by.
user_idsarrayoptionalUser identifiers to filter memberships by.
promo_code_idsarrayoptionalPromo code identifiers to filter memberships by.
created_beforestringoptionalOnly return memberships created before this timestamp.
created_afterstringoptionalOnly return memberships created after this timestamp.
GET
whop_get_membership
Retrieve a Whop membership by membership ID or license key.

/memberships/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe unique Whop membership identifier or license key.
GET
whop_list_authorized_users
List authorized Whop team members with optional company, user, role, date, and cursor filters.

/authorized_users

9 parameters
ParamTypeRequiredDescription
afterstringoptionalCursor for returning resources after this position.
beforestringoptionalCursor for returning resources before this position.
firstintegeroptionalNumber of resources to return from the start of the list.
lastintegeroptionalNumber of resources to return from the end of the list.
company_idstringoptionalThe unique Whop company identifier.
user_idstringoptionalThe unique Whop user identifier.
rolestringoptionalRole assigned to a Whop authorized user.
created_beforestringoptionalOnly return authorized users created before this timestamp.
created_afterstringoptionalOnly return authorized users created after this timestamp.
GET
whop_get_authorized_user
Retrieve a Whop authorized user by ID.

/authorized_users/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe unique Whop authorized user identifier.