GET
/
v5
/
app
/
products
/
{id}
curl --request GET \
  --url https://api.whop.com/api/v5/app/products/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "created_at": 123,
  "name": "<any>",
  "title": "<string>",
  "company_id": "<string>",
  "description": "<any>",
  "page_id": "<string>",
  "visibility": "visible"
}

Authorizations

Authorization
string
header
required

App API key for /v5/app and /v5/company endpoints

Path Parameters

id
string
required

The ID of the Product, which will look like prod_*************

Response

200 - application/json
product found
id
string
required

The ID of the product, which will look like prod_*************

created_at
number
required

The date the product was created

name
any
title
string
required

The name of the product

company_id
string
required

The ID of the company, which will look like biz_*************

description
any
page_id
string
required

The ID of the page, which will look like page_*************

visibility
enum<string>
required

The visibility of the product

Available options:
visible,
hidden,
archived,
quick_link