{ "opencollection": "1.0.0", "info": { "name": "Basis Theory 3D Secure Token Intents API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "BT-API-KEY", "value": "{{BT-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Token Intents", "type": "folder" }, "items": [ { "info": { "name": "Create a token intent", "type": "http" }, "http": { "method": "POST", "url": "https://api.basistheory.com/token-intents", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a short-lived token intent that captures sensitive data. A token intent can later be converted into a permanent token." }, { "info": { "name": "Get a token intent", "type": "http" }, "http": { "method": "GET", "url": "https://api.basistheory.com/token-intents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the token intent." } ] }, "docs": "Get a token intent" }, { "info": { "name": "Delete a token intent", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.basistheory.com/token-intents/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the token intent." } ] }, "docs": "Delete a token intent" } ] } ], "bundled": true }