cURL
curl --request GET \ --url https://dev.entropi.app/v1/products/getOne \ --header 'Authorization: Bearer <token>'
{ "result": { "productID": "<string>", "name": "<string>", "desc": "<string>", "orgID": "<string>", "userID": "<string>", "url": "<string>", "imageLink": "<string>" } }
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
Product ID
Name of the product
A detailed description of the product
Organization ID. See Organizations endpoint for details
User ID. See Users endpoint for details
URL to product page, if applicable
URL to an image of the product