Retrieve a Product
Returns a specific Product, using its unique ID.
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 ***************************
Path Parameters
The ID of the Product, which will look like prod_*************
or pass_*************
Query Parameters
Whether or not to expand the Experiences and Plans on the returned Product(s). Pass an array with each object(s) you want to expand, e.g. [experiences, plans]
experiences
, plans
Response
Product model
The ID of the Product, which will look like prod_*************
or pass_*************
The name of the Product
The visibility of the Product
visible
, hidden
, archived
, quick_link
The time at which the Product was created. Measured in seconds since the Unix epoch.
The Experiences that are included in this Product
The visible Plans that are included in this Product. Quick links and archived plans will not be included. There is a limit of 10 plans that can be returned for this field.
Was this page helpful?