List Plans
Returns a collection of Plans, based on the supplied filters. Plans represent a pricing and release method configuration used to purchase a Product.
Headers
Your API key, which can be found on the Whop Business Dashboard. You must prepend your key with the word 'Bearer', which will look like Bearer ***************************
Query Parameters
The page number to retrieve
The number of resources to return per page. There is a limit of 50 results per page.
The level of visibility of the Plan
visible
, hidden
, archived
, quick_link
Access Pass has been deprecated for Product. Please use product instead and do not use access_pass.
The Plan's Product ID, which will look like prod_*************
or pass_*************
Whether or not to expand the Product on the returned Plan(s). Pass an array with each object(s) you want to expand, e.g. [product]
product
Response
Pagination model
Was this page helpful?