{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions rules-configs API", "version": "1.0.0" }, "items": [ { "info": { "name": "rules-configs", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Config Variable Keys for Rules (get_rules-configs)", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/rules-configs" }, "docs": "Retrieve rules config variable keys.\n\n Note: For security, config variable values cannot be retrieved outside rule execution." }, { "info": { "name": "Set Rules Config for a Given Key", "type": "http" }, "http": { "method": "PUT", "url": "{auth0_domain}/rules-configs/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "Key of the rules config variable to set (max length: 127 characters)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Sets a rules config variable." }, { "info": { "name": "Delete Rules Config for a Given Key", "type": "http" }, "http": { "method": "DELETE", "url": "{auth0_domain}/rules-configs/:key", "params": [ { "name": "key", "value": "", "type": "path", "description": "Key of the rules config variable to delete." } ] }, "docs": "Delete a rules config variable identified by its key." } ] } ], "bundled": true }