{ "opencollection": "1.0.0", "info": { "name": "MX Platform Favorites API", "version": "0.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Favorites", "type": "folder" }, "items": [ { "info": { "name": "List favorite institutions", "type": "http" }, "http": { "method": "GET", "url": "https://api.mx.com/institutions/favorites", "params": [ { "name": "page", "value": "1", "type": "query", "description": "Specify current page." }, { "name": "records_per_page", "value": "10", "type": "query", "description": "Specify records per page." } ] }, "docs": "This endpoint returns a paginated list containing institutions that have been set as the partners favorites, sorted by popularity. Please contact MX to set a list of favorites." } ] } ], "bundled": true }