Skip to main content
GET
List protection profiles

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234_abcdef

Query Parameters

limit
integer
default:10
Required range: x >= 1
offset
integer
default:0
Required range: x >= 0
name
string | null

Filter by name

Maximum string length: 255
client_id
integer | null

A positive integer ID

Required range: 1 <= x <= 1000000000
order_by
string | null

Ordering, e.g. 'created_at,name'

Maximum string length: 255

Response

Successful Response

count
integer
default:0
next
string | null
previous
string | null
results
ProtectionProfileListResponse · object[]