{ "opencollection": "1.0.0", "info": { "name": "Microsoft Dataverse Web API (Dynamics 365 Sales) Accounts Products API", "version": "v9.2" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Query products", "type": "http" }, "http": { "method": "GET", "url": "https://{org}.api.crm.dynamics.com/api/data/v9.2/products" }, "docs": "Query products" }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://{org}.api.crm.dynamics.com/api/data/v9.2/products", "body": { "type": "json", "data": "{}" } }, "docs": "Create a product" } ] } ], "bundled": true }