{ "opencollection": "1.0.0", "info": { "name": "Usercentrics App CMP SDK CCPA Lifecycle API", "version": "1.0.0" }, "items": [ { "info": { "name": "Lifecycle", "type": "folder" }, "items": [ { "info": { "name": "Configure The SDK", "type": "http" }, "http": { "method": "POST", "url": "sdk://usercentrics.app/configure", "body": { "type": "json", "data": "{}" } }, "docs": "Initialize the App CMP SDK with a Settings ID, runtime options, and ruleset." }, { "info": { "name": "Check Readiness", "type": "http" }, "http": { "method": "GET", "url": "sdk://usercentrics.app/is-ready" }, "docs": "Returns once the SDK is fully initialized and ready to read or collect consent." }, { "info": { "name": "Restore User Session", "type": "http" }, "http": { "method": "POST", "url": "sdk://usercentrics.app/restore-user-session", "body": { "type": "json", "data": "{}" } }, "docs": "Restore an existing consent session from a controller ID across devices." }, { "info": { "name": "Reset Consent State", "type": "http" }, "http": { "method": "POST", "url": "sdk://usercentrics.app/reset" }, "docs": "Clear all stored consent state for the current user." } ] } ], "bundled": true }