curl --request POST \
--url https://api.decodahealth.com/admin/settings/ip-blocking/allowed-ips \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"ipAddress": "<string>",
"description": "<string>"
}
'{
"id": "<string>",
"ipAddress": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"description": "<string>",
"createdByName": "<string>"
}Add a new allowed IP address.
curl --request POST \
--url https://api.decodahealth.com/admin/settings/ip-blocking/allowed-ips \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"ipAddress": "<string>",
"description": "<string>"
}
'{
"id": "<string>",
"ipAddress": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"description": "<string>",
"createdByName": "<string>"
}The tenant you are making this request on behalf of
Your api key