Go
Retrieve config variable keys for rules (get_rules-configs)
Retrieve rules config variable keys.
Note: For security, config variable values cannot be retrieved outside rule execution.
GET
Go
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Rules config keys successfully retrieved.
Key for a rules config variable.
Required string length:
1 - 127Pattern:
^[A-Za-z0-9_\-@*+:]*$