Products
Retrieve a Product
Returns a product
GET
/
v5
/
company
/
products
/
{id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the Product, which will look like prod_*************
Response
200 - application/json
The ID of the product, which will look like prod_*************
The date the product was created
The name of the product
The ID of the company, which will look like biz_*************
The ID of the page, which will look like page_*************
The visibility of the product
Available options:
visible
, hidden
, archived
, quick_link
The description of the product
Was this page helpful?