{ "opencollection": "1.0.0", "info": { "name": "Basis Theory 3D Secure Tenants API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "BT-API-KEY", "value": "{{BT-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Tenants", "type": "folder" }, "items": [ { "info": { "name": "Get the current tenant", "type": "http" }, "http": { "method": "GET", "url": "https://api.basistheory.com/tenants/self" }, "docs": "Get the current tenant" }, { "info": { "name": "Update the current tenant", "type": "http" }, "http": { "method": "PUT", "url": "https://api.basistheory.com/tenants/self", "body": { "type": "json", "data": "{}" } }, "docs": "Update the current tenant" }, { "info": { "name": "Delete the current tenant", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.basistheory.com/tenants/self" }, "docs": "Delete the current tenant" }, { "info": { "name": "Get the tenant usage report", "type": "http" }, "http": { "method": "GET", "url": "https://api.basistheory.com/tenants/self/reports/usage" }, "docs": "Get the tenant usage report" } ] } ], "bundled": true }