{ "opencollection": "1.0.0", "info": { "name": "Unlock Locksmith Applications Receipts Base API", "version": "2" }, "items": [ { "info": { "name": "Receipts Base", "type": "folder" }, "items": [ { "info": { "name": "getReceiptsBase", "type": "http" }, "http": { "method": "GET", "url": "https://locksmith.unlock-protocol.com/v2/receipts-base/:network/:lockAddress", "params": [ { "name": "network", "value": "", "type": "path", "description": "Network id." }, { "name": "lockAddress", "value": "", "type": "path", "description": "Lock address." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get supplier details" }, { "info": { "name": "saveReceiptsBase", "type": "http" }, "http": { "method": "POST", "url": "https://locksmith.unlock-protocol.com/v2/receipts-base/:network/:lockAddress", "params": [ { "name": "network", "value": "", "type": "path", "description": "Network id." }, { "name": "lockAddress", "value": "", "type": "path", "description": "Lock address." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create supplier details." } ] } ], "bundled": true }