{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Branding API", "version": "1.0.0" }, "items": [ { "info": { "name": "Branding", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Themes", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/branding/themes", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve available branding themes." } ] } ], "bundled": true }