Settings Security

Get Allowed IPs

get

Fetches the IPs from KeyCloak that are allowed to access Fusion

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Access Allowed IP List from KeyCloak

application/json
Responsestring[]Example: ["1.1.1.1","2.2.2.2","3.3.3.3/16"]
get
/api/v1/customer/access-allowed-ips

Update Allowed IPs

put

Updates the IPs within KeyCloak that are allowed to access Fusion

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Bodystring[]
string[]OptionalExample: ["1.1.1.1","2.2.2.2","3.3.3.3/16"]
Responses
put
/api/v1/customer/access-allowed-ips

Last updated