{ "opencollection": "1.0.0", "info": { "name": "Mosey Accounts Handbook API", "version": "1.0.0" }, "items": [ { "info": { "name": "Handbook", "type": "folder" }, "items": [ { "info": { "name": "Display Handbook Summary", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v2/handbook", "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Display Handbook Summary" }, { "info": { "name": "Provide A Session Scoped Handbook Builder Page.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/handbook/automate/sessions", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Provide A Session Scoped Handbook Builder Page." }, { "info": { "name": "Create Handbook Session", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v2/handbook/session", "params": [ { "name": "legal_entity_public_id", "value": "", "type": "query" }, { "name": "user_or_platform_public_id", "value": "", "type": "query" }, { "name": "platform_public_id", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/api/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create Handbook Session" } ] } ], "bundled": true }