{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions supplemental-signals API", "version": "1.0.0" }, "items": [ { "info": { "name": "supplemental-signals", "type": "folder" }, "items": [ { "info": { "name": "Get the Supplemental Signals Configuration for a Tenant", "type": "http" }, "http": { "method": "GET", "url": "{auth0_domain}/supplemental-signals" }, "docs": "Get the supplemental signals configuration for a tenant." }, { "info": { "name": "Update the Supplemental Signals Configuration for a Tenant", "type": "http" }, "http": { "method": "PATCH", "url": "{auth0_domain}/supplemental-signals", "body": { "type": "json", "data": "{}" } }, "docs": "Update the supplemental signals configuration for a tenant." } ] } ], "bundled": true }