curl --request GET \
--url https://api.decodahealth.com/billing/tip-displays/{display_id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"id": "<string>",
"name": "<string>",
"locationId": "<string>",
"isActive": true,
"createdDate": "2023-11-07T05:31:56Z"
}Get a specific tip display.
curl --request GET \
--url https://api.decodahealth.com/billing/tip-displays/{display_id} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"id": "<string>",
"name": "<string>",
"locationId": "<string>",
"isActive": true,
"createdDate": "2023-11-07T05:31:56Z"
}The tenant you are making this request on behalf of
Your api key