curl --request GET \
--url https://api.decodahealth.com/billing/tip-displays \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"displays": []
}List all tip displays for a location.
curl --request GET \
--url https://api.decodahealth.com/billing/tip-displays \
--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 list of tip displays.
Tip displays for the location
Show child attributes