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
Example response
{
"count": 25,
"next": "https://api.example.com/v2/configs?offset=10&limit=10",
"results": []
}