v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Protection Profiles

List protection profiles

List paginated response of protection profiles (filtered, sorted). Sorting by default is by 'created_at' field desc.

get/security/sifter/v3/profiles

Query parameters

limitinteger
offsetinteger
namestring nullable

Filter by name

Filter by name

client_idinteger nullable

A positive integer ID

A positive integer ID

order_bystring nullable

Ordering, e.g. 'created_at,name'

Ordering, e.g. 'created_at,name'

Response

Successful Response

countinteger
nextstring nullable
previousstring nullable

Example response

{
  "count": 25,
  "next": "https://api.example.com/v2/configs?offset=10&limit=10",
  "results": []
}