{ "opencollection": "1.0.0", "info": { "name": "HashiCorp Vault HTTP Auth - AppRole Secrets - Transit API", "version": "1.15.0" }, "request": { "auth": { "type": "apikey", "key": "X-Vault-Token", "value": "{{X-Vault-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Secrets - Transit", "type": "folder" }, "items": [ { "info": { "name": "Encrypt data", "type": "http" }, "http": { "method": "POST", "url": "https://127.0.0.1:8200/v1/transit/encrypt/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "Name of the encryption key" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Encrypts the provided plaintext using the named key." }, { "info": { "name": "Decrypt data", "type": "http" }, "http": { "method": "POST", "url": "https://127.0.0.1:8200/v1/transit/decrypt/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Decrypts the provided ciphertext using the named key." }, { "info": { "name": "Read an encryption key", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1:8200/v1/transit/keys/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Read an encryption key" }, { "info": { "name": "Create an encryption key", "type": "http" }, "http": { "method": "POST", "url": "https://127.0.0.1:8200/v1/transit/keys/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an encryption key" }, { "info": { "name": "Delete an encryption key", "type": "http" }, "http": { "method": "DELETE", "url": "https://127.0.0.1:8200/v1/transit/keys/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete an encryption key" } ] } ], "bundled": true }