{ "opencollection": "1.0.0", "info": { "name": "Basis Theory 3D Secure Applications API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "BT-API-KEY", "value": "{{BT-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.basistheory.com/applications", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] }, "docs": "List applications" }, { "info": { "name": "Create an application", "type": "http" }, "http": { "method": "POST", "url": "https://api.basistheory.com/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Create an application" }, { "info": { "name": "Get an application", "type": "http" }, "http": { "method": "GET", "url": "https://api.basistheory.com/applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the application." } ] }, "docs": "Get an application" }, { "info": { "name": "Update an application", "type": "http" }, "http": { "method": "PUT", "url": "https://api.basistheory.com/applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the application." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an application" }, { "info": { "name": "Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.basistheory.com/applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the application." } ] }, "docs": "Delete an application" }, { "info": { "name": "Get application by key", "type": "http" }, "http": { "method": "GET", "url": "https://api.basistheory.com/applications/key" }, "docs": "Returns the application associated with the BT-API-KEY used on the request." } ] } ], "bundled": true }