curl --request GET \
--url https://api.decodahealth.com/billing/rule-set/list \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"rules": []
}
]curl --request GET \
--url https://api.decodahealth.com/billing/rule-set/list \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'[
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"rules": []
}
]The tenant you are making this request on behalf of
Your api key