{ "opencollection": "1.0.0", "info": { "name": "Prove Auth Trust Score API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Trust Score", "type": "folder" }, "items": [ { "info": { "name": "Start a Unified Authentication flow", "type": "http" }, "http": { "method": "POST", "url": "https://api.prove.com/v3/unify", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a Unify (Unified Authentication) flow that passively recognizes a returning customer by phone possession and an optional bound Prove Key, returning a correlation ID and the set of allowed next calls." }, { "info": { "name": "Bind a Prove Key to a Unify session", "type": "http" }, "http": { "method": "POST", "url": "https://api.prove.com/v3/unify-bind", "body": { "type": "json", "data": "{}" } }, "docs": "Binds a Prove Key to the phone number of a Unify session and returns the possession result so the customer can be passively recognized on future visits." }, { "info": { "name": "Get Unify session status and trust result", "type": "http" }, "http": { "method": "POST", "url": "https://api.prove.com/v3/unify-status", "body": { "type": "json", "data": "{}" } }, "docs": "Checks the status of a Unify session and returns the possession and trust evaluation used to make a risk-aware authentication decision." } ] } ], "bundled": true }