Skip to main content
GET
/
admin
/
settings
/
ip-blocking
/
allowed-ips
List Allowed Ips
curl --request GET \
  --url https://api.decodahealth.com/admin/settings/ip-blocking/allowed-ips \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "id": "<string>",
    "ipAddress": "<string>",
    "createdDate": "2023-11-07T05:31:56Z",
    "description": "<string>",
    "createdByName": "<string>"
  }
]

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

id
string
required
ipAddress
string
required
createdDate
string<date-time>
required
description
string | null
createdByName
string | null