---
title: "Retrieve all available WAF profiles"
method: GET
path: "/shield/waf/profiles"
tags: ["WAF"]
---

# Retrieve all available WAF profiles

`GET /shield/waf/profiles`

## Response `200`

OK

- GetWafProfilesResponse
  - `data` array[], nullable
    - WafProfileMinimal[]
      - `id` integer
      - `name` string, nullable
      - `isPremium` boolean
      - `profileCategory` string, nullable
      - `imageUrl` string, nullable
      - `description` string, nullable
      - `features` string, nullable

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/bunny/apis/bunny-net-cdn-logging.md) · [All operations](https://skmtc.net/bunny/apis/bunny-net-cdn-logging/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bunny/bunny-net-cdn-logging/revisions/9e622620664b/schema)
