Retrieve rule details. Accepts a list of fields to include or exclude in the result.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the rule to retrieve.
^rul_[A-Za-z0-9]{16}$Comma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.
^((name)|(enabled)|(script)|(order)|(id)|(stage))(,((name)|(enabled)|(script)|(order)|(id)|(stage)))*$Whether specified fields are to be included (true) or excluded (false).
Rule successfully retrieved.
Name of this rule.
ID of this rule.
Whether the rule is enabled (true), or disabled (false).
Code to be executed when this rule runs.
Order that this rule should execute in relative to other rules. Lower-valued rules execute first.
Execution stage of this rule. Can be login_success, login_failure, or pre_authorize.