{ "opencollection": "1.0.0", "info": { "name": "Unlock Locksmith Applications API", "version": "2" }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "applications", "type": "http" }, "http": { "method": "GET", "url": "https://locksmith.unlock-protocol.com/v2/applications/list", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List applications created the user." }, { "info": { "name": "createApplication", "type": "http" }, "http": { "method": "POST", "url": "https://locksmith.unlock-protocol.com/v2/applications", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create application associated with user wallet." }, { "info": { "name": "updateApplication", "type": "http" }, "http": { "method": "PUT", "url": "https://locksmith.unlock-protocol.com/v2/applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Application id." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update application by id." }, { "info": { "name": "deleteApplication", "type": "http" }, "http": { "method": "DELETE", "url": "https://locksmith.unlock-protocol.com/v2/applications/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Application id." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete application by id." } ] } ], "bundled": true }