cURL
curl --request GET \ --url https://api.decodahealth.com/v1/item/get/{id} \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "description": "<string>", "id": "<string>", "image": "<string>", "meta": {}, "name": "<string>", "price": 123, "unit": "<string>" }
Get an Item by its ID
Item
The tenant you are making this request on behalf of
Your api key
Successful Response
The response is of type object.
object