{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed ProductContext API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "ProductContext", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a product context for the current user", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/billing/v1/userProductContext/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "id of the application" } ] }, "docs": "Retrieve a product context for the current user" }, { "info": { "name": "Retrieve a product context for a supplied user and a company they belong to", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/billing/v1/userProductContext/:applicationId/companies/:companyId/users/:userId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "id of the application" }, { "name": "companyId", "value": "", "type": "path", "description": "uuid of the desired users' company" }, { "name": "userId", "value": "", "type": "path", "description": "uuid of the desired user" } ] }, "docs": "Retrieve a product context for a supplied user and a company they belong to" } ] } ], "bundled": true }