Returns a product
curl --request GET \ --url https://{defaultHost}/v5/company/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" }
App API key for /v5/app and /v5/company endpoints
The ID of the Product, which will look like prod_*************
product found
The response is of type object.
object
Was this page helpful?