{ "opencollection": "1.0.0", "info": { "name": "Sift Decisions API", "version": "205" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Decisions", "type": "folder" }, "items": [ { "info": { "name": "Sift Get User Decision", "type": "http" }, "http": { "method": "GET", "url": "https://api.sift.com/v205/accounts/:account_id/users/:user_id/decisions", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Retrieve the latest decision status for a user." }, { "info": { "name": "Sift Apply Decision To User", "type": "http" }, "http": { "method": "POST", "url": "https://api.sift.com/v205/accounts/:account_id/users/:user_id/decisions", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply an analyst or workflow decision to a user entity." }, { "info": { "name": "Sift Apply Decision To Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.sift.com/v205/accounts/:account_id/users/:user_id/orders/:order_id/decisions", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" }, { "name": "order_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply an analyst or workflow decision to an order entity." }, { "info": { "name": "Sift Apply Decision To Session", "type": "http" }, "http": { "method": "POST", "url": "https://api.sift.com/v205/accounts/:account_id/users/:user_id/sessions/:session_id/decisions", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" }, { "name": "session_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply a decision to a session entity." }, { "info": { "name": "Sift Apply Decision To Content", "type": "http" }, "http": { "method": "POST", "url": "https://api.sift.com/v205/accounts/:account_id/users/:user_id/content/:content_id/decisions", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "user_id", "value": "", "type": "path" }, { "name": "content_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apply a decision to user-generated content." }, { "info": { "name": "Sift List Decisions", "type": "http" }, "http": { "method": "GET", "url": "https://api.sift.com/v205/accounts/:account_id/decisions", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List the configured decisions for the Sift account." } ] } ], "bundled": true }