Retrieve a list of firewall groups associated with your services. This information is useful for understanding and managing network security for your servers and hosting. The endpoint returns a unique ID that may be needed for subsequent actions.
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/firewall-groups curl -X GET "https://cloud.hostup.se/api/firewall-groups" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"groups": [
"string"
]
}
}