Skip to main content
GET
/
admin
/
settings
/
ip-blocking
/
exempt-providers
List Exempt Providers
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
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Response

200 - application/json

Successful Response

providerId
string
required
ipBlockingExempt
boolean
required