Retrieve Product
Retrieves the details of an existing product. This endpoint is publicly accessible.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token.
Headers
Pins the request to a dated API version. When omitted, the request uses the original (2025-01-01) request/response shapes, so existing unversioned callers are never broken. Generated SDKs always send the latest version they were built against. An unrecognized value is rejected with a 400. The schemas documented here always describe the latest version.
"2026-06-09"
Path Parameters
The unique identifier of the product.
Response
product retrieved without authentication
The ID of the product, which will look like prod_*************
When the product was created, as an ISO 8601 timestamp
When the product was last updated, as an ISO 8601 timestamp
The display name of the product shown to customers
Whether the product is publicly visible, hidden, or archived
A short marketing headline displayed on the product page
Whether the product has been verified by Whop
The number of active memberships on this product. Returns 0 if the company has disabled public member counts
The URL slug for the product's public link
The number of published customer reviews for this product
An external identifier stored on the product for your own reference
Custom key-value pairs stored on the product
A written description of the product displayed on the product page
The call-to-action button label displayed on the product's purchase page
A URL that the call-to-action button links to instead of the default checkout flow
A custom text label on the customer's bank statement for purchases of this product
The commission rate affiliates earn through the global affiliate program
The enrollment status of this product in the global affiliate program
The commission rate members earn through the member affiliate program
The enrollment status of this product in the member affiliate program
The gallery images for this product, each an object with id and url
The tax classification code for this product, an object with id, name and product_type. Null if no tax code is set
The user who owns the company selling this product, an object with id, name and username
The company that sells this product, an object with id, route and title

