{ "opencollection": "1.0.0", "info": { "name": "Basis Theory 3D Secure API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "BT-API-KEY", "value": "{{BT-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "3D Secure", "type": "folder" }, "items": [ { "info": { "name": "Create a 3DS session", "type": "http" }, "http": { "method": "POST", "url": "https://api.basistheory.com/3ds/sessions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a 3DS session" }, { "info": { "name": "Get a 3DS session", "type": "http" }, "http": { "method": "GET", "url": "https://api.basistheory.com/3ds/sessions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the 3DS session." } ] }, "docs": "Get a 3DS session" }, { "info": { "name": "Authenticate a 3DS session", "type": "http" }, "http": { "method": "POST", "url": "https://api.basistheory.com/3ds/sessions/:id/authenticate", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the 3DS session." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate a 3DS session" }, { "info": { "name": "Get a 3DS challenge result", "type": "http" }, "http": { "method": "GET", "url": "https://api.basistheory.com/3ds/sessions/:id/challenge-result", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the 3DS session." } ] }, "docs": "Get a 3DS challenge result" } ] } ], "bundled": true }