Update an Experience
Returns a specific Experience, using its unique ID. Experiences represent what the customer receives or unlocks when they purchase a Membership.
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 Experience, which will look like exp_*************
Query Parameters
Whether or not to expand the Products on the returned Experience(s). Pass an array with each object(s) you want to expand, e.g. [products]
product
Body
Update an Experience
The name of the Experience
Response
Experience model
The ID of the Experience, which will look like exp_*************
The type of Experience
has_interface
The name of the Experience
A short description of what the Experience offers
The properties of the Experience, used specifically for fields on different Experience types
The Products that are connected to this Experience. By default this will just an array of IDs of these Products, but you can expand it to get more information about each Product by passing [product]
in the expand
parameter.
Was this page helpful?