{ "opencollection": "1.0.0", "info": { "name": "Auth0 Authentication actions OIDC API", "version": "1.0.0" }, "items": [ { "info": { "name": "OIDC", "type": "folder" }, "items": [ { "info": { "name": "With a Name and the Necessary Callback URL, You Can Dynamically Register a Client with Auth0. No Token Is Needed for This Request.", "type": "http" }, "http": { "method": "POST", "url": "{auth0_domain}/oidc/register", "body": { "type": "json", "data": "{}" } }, "docs": "With a Name and the Necessary Callback URL, You Can Dynamically Register a Client with Auth0. No Token Is Needed for This Request." } ] } ], "bundled": true }