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>"
}
]List all allowed IP addresses for the tenant.
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>"
}
]