cURL
curl --request GET \ --url https://api.example.com/admin/configuration \ --header 'Authorization: Bearer <token>'
{ "configuration_rules": [ { "id": "<string>", "rule_type": "<string>", "is_enabled": true } ], "count": 123, "offset": 123, "limit": 123 }
Retrieves rules list
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The number of items to skip before starting to collect the result set.
The number of items to return.
OK
Show child attributes
The total number of requests
The number of requests skipped
The number of requests per page