cURL
curl --request GET \ --url https://dev.entropi.app/v1/products/getOne \ --header 'Authorization: Bearer <token>'
{}
Returns a single product by productID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The productID to retrieve
API Response
Show child attributes