{ "opencollection": "1.0.0", "info": { "name": "m3ter Account CustomField API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "CustomField", "type": "folder" }, "items": [ { "info": { "name": "Retrieve CustomField", "type": "http" }, "http": { "method": "GET", "url": "https://api.m3ter.com/organizations/:orgId/customfields", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service." } ] }, "docs": "Retrieve all Custom Fields added at Organizational level for the entities that support them. " }, { "info": { "name": "Update CustomFields", "type": "http" }, "http": { "method": "PUT", "url": "https://api.m3ter.com/organizations/:orgId/customfields", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "UUID of the Organization. The Organization represents your company as a direct customer of the m3ter service." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Custom Fields added at Organization level to entities that support them. " } ] } ], "bundled": true }