{ "opencollection": "1.0.0", "info": { "name": "Golioth Management Access Remote Procedure Call API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Remote Procedure Call", "type": "folder" }, "items": [ { "info": { "name": "DeviceRemoteProcedureCall_RemoteProcedureCall", "type": "http" }, "http": { "method": "POST", "url": "https://api.golioth.io/v1/projects/:projectId/devices/:deviceId/rpc", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "deviceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }