List All Rules

GET {{baseUrl}}/rules?limit=<long>&offset=<long>

This method returns an array of all rules that are stored in the backend. This is useful if you want to get a full view of what rules you have currently in place.

Request Params

KeyDatatypeRequiredDescription
limitstringThe maximum amount of rules returned.
offsetstringThe offset from where to start looking.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

[{&quot;authenticators&quot;:[{&quot;config&quot;:{&quot;description&quot;:&quot;Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler&#39;s available settings.&quot;},&quot;handler&quot;:&quot;\u003cstring\u003e&quot;},{&quot;config&quot;:{&quot;description&quot;:&quot;Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler&#39;s available settings.&quot;},&quot;handler&quot;:&quot;\u003cstring\u003e&quot;}],&quot;authorizer&quot;:{&quot;config&quot;:{&quot;description&quot;:&quot;Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler&#39;s available settings.&quot;},&quot;handler&quot;:&quot;\u003cstring\u003e&quot;},&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;match&quot;:{&quot;methods&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;url&quot;:&quot;\u003cstring\u003e&quot;},&quot;mutators&quot;:[{&quot;config&quot;:{&quot;description&quot;:&quot;Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler&#39;s available settings.&quot;},&quot;handler&quot;:&quot;\u003cstring\u003e&quot;},{&quot;config&quot;:{&quot;description&quot;:&quot;Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler&#39;s available settings.&quot;},&quot;handler&quot;:&quot;\u003cstring\u003e&quot;}],&quot;upstream&quot;:{&quot;preserve_host&quot;:&quot;\u003cboolean\u003e&quot;,&quot;strip_path&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;authenticators&quot;:[{&quot;config&quot;:{&quot;description&quot;:&quot;Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler&#39;s available settings.&quot;},&quot;handler&quot;:&quot;\u003cstring\u003e&quot;},{&quot;config&quot;:{&quot;description&quot;:&quot;Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler&#39;s available settings.&quot;},&quot;handler&quot;:&quot;\u003cstring\u003e&quot;}],&quot;authorizer&quot;:{&quot;config&quot;:{&quot;description&quot;:&quot;Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler&#39;s available settings.&quot;},&quot;handler&quot;:&quot;\u003cstring\u003e&quot;},&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;match&quot;:{&quot;methods&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;url&quot;:&quot;\u003cstring\u003e&quot;},&quot;mutators&quot;:[{&quot;config&quot;:{&quot;description&quot;:&quot;Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler&#39;s available settings.&quot;},&quot;handler&quot;:&quot;\u003cstring\u003e&quot;},{&quot;config&quot;:{&quot;description&quot;:&quot;Config contains the configuration for the handler. Please read the user\nguide for a complete list of each handler&#39;s available settings.&quot;},&quot;handler&quot;:&quot;\u003cstring\u003e&quot;}],&quot;upstream&quot;:{&quot;preserve_host&quot;:&quot;\u003cboolean\u003e&quot;,&quot;strip_path&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;}}]