cURL
curl --request GET \ --url https://api4.kinbox.com.br/v1/products/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "price": 123, "customFields": {}, "description": "<string>", "externalId": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the product.
The price of the product.
Show child attributes
The description of the product.
The external id of the product that can be used to sync with other systems.