{ "opencollection": "1.0.0", "info": { "name": "BTCPay Greenfield API Keys Stores (Users) API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Stores (Users)", "type": "folder" }, "items": [ { "info": { "name": "Get store users", "type": "http" }, "http": { "method": "GET", "url": "https://{btcpay-host}/api/v1/stores/:storeId/users", "params": [ { "name": "storeId", "value": "", "type": "path", "description": "The store ID" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "View users of the specified store" }, { "info": { "name": "Add a store user", "type": "http" }, "http": { "method": "POST", "url": "https://{btcpay-host}/api/v1/stores/:storeId/users", "params": [ { "name": "storeId", "value": "", "type": "path", "description": "The store ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Add a store user" }, { "info": { "name": "Updates a store user", "type": "http" }, "http": { "method": "PUT", "url": "https://{btcpay-host}/api/v1/stores/:storeId/users/:idOrEmail", "params": [ { "name": "storeId", "value": "", "type": "path", "description": "The store ID" }, { "name": "idOrEmail", "value": "", "type": "path", "description": "The user's id or email" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Updates a store user" }, { "info": { "name": "Remove Store User", "type": "http" }, "http": { "method": "DELETE", "url": "https://{btcpay-host}/api/v1/stores/:storeId/users/:idOrEmail", "params": [ { "name": "storeId", "value": "", "type": "path", "description": "The store ID" }, { "name": "idOrEmail", "value": "", "type": "path", "description": "The user's id or email" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Removes the specified store user. If there is no other owner, this endpoint will fail." } ] } ], "bundled": true }