Retrieve Product
Retrieves the details of an existing product. This endpoint is publicly accessible.
Authorizations
An account API key, account 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-20"
Path Parameters
The unique identifier of the product.
Response
product retrieved without authentication
Product ID, prefixed prod_.
When the product was created, as an ISO 8601 timestamp.
When the product was last updated, as an ISO 8601 timestamp.
Product display name shown to customers.
Whether the product is publicly visible, hidden, or archived.
Short marketing headline displayed on product page.
Whether the product has been verified by Whop.
Active memberships for this product; 0 if public member counts are disabled.
URL slug for the product's public link.
Published customer reviews for this product.
External identifier stored on the product for your own reference.
Custom key-value pairs stored on the product.
Written description displayed on product page.
Call-to-action button label shown on the product purchase page.
URL the call-to-action button links to instead of checkout.
Custom text label on customer's bank statement.
Commission rate affiliates earn through the global affiliate program.
Enrollment status in the global affiliate program.
Commission rate members earn through the member affiliate program.
Enrollment status in the member affiliate program.
Gallery images for this product.
Tax classification code for this product, or null if no tax code is set.
User who owns the account selling this product.
Account that sells this product.

