cURL
curl --request GET \ --url https://dev.entropi.app/v1/products/getOne \ --header 'Authorization: Bearer <token>'
{ "result": { "productID": "<string>", "name": "<string>", "desc": "<string>", "url": "<string>", "orgID": "<string>", "userID": "<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
The response is of type object.
object