curl --request GET \
--url https://api.decodahealth.com/billing/tip-displays/status \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"displays": []
}List tip displays with their current availability status.
Uses in-memory WebSocket channel state for real-time busy/connected status.
curl --request GET \
--url https://api.decodahealth.com/billing/tip-displays/status \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"displays": []
}The tenant you are making this request on behalf of
Your api key
Location to list displays for
Successful Response
Response containing displays with their availability.
Tip displays with status
Show child attributes