{ "opencollection": "1.0.0", "info": { "name": "FusionAuth Api Key API", "version": "1.66.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Key", "type": "folder" }, "items": [ { "info": { "name": "retrieveKeysWithId", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9011/api/key" }, "docs": "Retrieves all the keys." }, { "info": { "name": "generateKey", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/key/generate", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a new RSA or EC key pair or an HMAC secret." }, { "info": { "name": "generateKeyWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/key/generate/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path", "description": "The Id for the key. If not provided a secure random UUID will be generated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Generate a new RSA or EC key pair or an HMAC secret." }, { "info": { "name": "importKey", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/key/import", "body": { "type": "json", "data": "{}" } }, "docs": "Import an existing RSA or EC key pair or an HMAC secret." }, { "info": { "name": "importKeyWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/key/import/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path", "description": "The Id for the key. If not provided a secure random UUID will be generated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Import an existing RSA or EC key pair or an HMAC secret." }, { "info": { "name": "searchKeysWithId", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:9011/api/key/search", "body": { "type": "json", "data": "{}" } }, "docs": "Searches keys with the specified criteria and pagination." }, { "info": { "name": "retrieveKeyWithId", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:9011/api/key/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path", "description": "The Id of the key." } ] }, "docs": "Retrieves the key for the given Id." }, { "info": { "name": "updateKeyWithId", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:9011/api/key/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path", "description": "The Id of the key to update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the key with the given Id." }, { "info": { "name": "deleteKeyWithId", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:9011/api/key/:keyId", "params": [ { "name": "keyId", "value": "", "type": "path", "description": "The Id of the key to delete." } ] }, "docs": "Deletes the key for the given Id." } ] } ], "bundled": true }