{ "opencollection": "1.0.0", "info": { "name": "Turnkey Organizations Private Keys API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-Stamp", "value": "{{X-Stamp}}", "placement": "header" } }, "items": [ { "info": { "name": "Private Keys", "type": "folder" }, "items": [ { "info": { "name": "Create private keys", "type": "http" }, "http": { "method": "POST", "url": "https://api.turnkey.com/public/v1/submit/create_private_keys", "body": { "type": "json", "data": "{}" } }, "docs": "Generates one or more standalone raw private keys inside the enclave. Activity type ACTIVITY_TYPE_CREATE_PRIVATE_KEYS_V2." }, { "info": { "name": "List private keys", "type": "http" }, "http": { "method": "POST", "url": "https://api.turnkey.com/public/v1/query/list_private_keys", "body": { "type": "json", "data": "{}" } }, "docs": "Lists standalone private keys in an organization." } ] } ], "bundled": true }