GET
/
v5
/
me
/
products
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

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

Response

200 - application/json
id
string
required

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

created_at
number
required

The date the product was created

name
string
required

The name of the product

company_id
string
required

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

description
string

The description of the product

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