GET
/
firewall
/
rule
/
{uuid}
curl --request GET \
  --url https://api.ck-itsolutions.nl/v1/firewall/rule/{uuid} \
  --header 'x-api-key: <api-key>'
[
  {}
]

Authorizations

x-api-key
string
header
required

Response

200
application/json
Lists specific rule based on uuid.

The response is of type object[].