{ "opencollection": "1.0.0", "info": { "name": "Paigo Customers Settings API", "version": "v1.10" }, "items": [ { "info": { "name": "Settings", "type": "folder" }, "items": [ { "info": { "name": "Get Business Profile Settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.prod.paigo.tech/settings/profile", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.paigo.tech/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Business Info." }, { "info": { "name": "Update Business Profile Settings", "type": "http" }, "http": { "method": "PUT", "url": "https://api.prod.paigo.tech/settings/profile", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.paigo.tech/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Business Info and Logo." }, { "info": { "name": "Upload Invoice Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.prod.paigo.tech/settings/invoiceImage", "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.paigo.tech/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Upload Business Logo, file format supported: png,jpg,jpeg; max file size supported: 30Mb." } ] } ], "bundled": true }