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

Authorizations

Authorization
string
header
required

User OAuth token for /v5/me endpoints

Path Parameters

id
string
required

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

Response

200 - application/json
product found

The response is of type object.