{ "opencollection": "1.0.0", "info": { "name": "BTCPay Greenfield API Keys ServerInfo API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "ServerInfo", "type": "folder" }, "items": [ { "info": { "name": "Get server info", "type": "http" }, "http": { "method": "GET", "url": "https://{btcpay-host}/api/v1/server/info", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Information about the server, chains and sync states" }, { "info": { "name": "Get store's roles", "type": "http" }, "http": { "method": "GET", "url": "https://{btcpay-host}/api/v1/server/roles", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "View information about the store's roles at the server's scope" } ] } ], "bundled": true }