{ "opencollection": "1.0.0", "info": { "name": "Ravelin Server 3D Secure Supplier API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Supplier", "type": "folder" }, "items": [ { "info": { "name": "Submit a Supplier Event", "type": "http" }, "http": { "method": "POST", "url": "https://3ds.live.pci.ravelin.com/v2/supplier", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a supplier, driver, courier, restaurant, shop, or seller profile event for marketplace risk scoring." }, { "info": { "name": "Apply a Supplier Label", "type": "http" }, "http": { "method": "POST", "url": "https://3ds.live.pci.ravelin.com/v2/supplier-label", "body": { "type": "json", "data": "{}" } }, "docs": "Apply or remove a fraud / trust label on a supplier to feed back into ML training." } ] } ], "bundled": true }