curl --request GET \
--url https://api.decodahealth.com/admin/settings/ip-blocking/exempt-providers \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'[
{
"providerId": "<string>",
"ipBlockingExempt": true
}
]List all providers with their IP blocking exemption status.
curl --request GET \
--url https://api.decodahealth.com/admin/settings/ip-blocking/exempt-providers \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'[
{
"providerId": "<string>",
"ipBlockingExempt": true
}
]