cURL
curl --request GET \ --url https://api.hierarch.io/v1/product/get/{company_slug}/{product_id}/ \ --header 'token: <api-key>'
{ "id": 123, "name": "<string>", "description": "<string>", "what_you_get": "<string>", "price": "<string>", "currency": "<string>", "datetime": "<string>", "last_updated": "<string>" }
Retrieves single product information
API token provided to your company
This is your company url
Product ID
OK Response
The response is of type object.
object
Was this page helpful?