{ "opencollection": "1.0.0", "info": { "name": "Unlock Locksmith Applications Certificate API", "version": "2" }, "items": [ { "info": { "name": "Certificate", "type": "folder" }, "items": [ { "info": { "name": "generateCertificate", "type": "http" }, "http": { "method": "GET", "url": "https://locksmith.unlock-protocol.com/v2/certificate/:network/lock/:lockAddress/key/:keyId/generate", "params": [ { "name": "network", "value": "", "type": "path", "description": "Network id." }, { "name": "lockAddress", "value": "", "type": "path", "description": "Lock address." }, { "name": "keyId", "value": "", "type": "path", "description": "Key Id." } ] }, "docs": "Generate certificate for specific key" } ] } ], "bundled": true }