{ "opencollection": "1.0.0", "info": { "name": "Isometric Certify Data Ingestion Beneficiaries Project Components API", "version": "v0" }, "items": [ { "info": { "name": "Project Components", "type": "folder" }, "items": [ { "info": { "name": "Post Project Component", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.isometric.com/mrv/v0/project_components", "headers": [ { "name": "x-client-secret", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a component that will be automatically attributed to GHG statements in the project based on the provided allocation strategy." }, { "info": { "name": "Delete Project Component Removal Attribution", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.sandbox.isometric.com/mrv/v0/project_components/:component_id/removal_attributions/:removal_id", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "component_id", "value": "", "type": "path" }, { "name": "removal_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Removes all attribution of a project component to a removal." }, { "info": { "name": "Post Project Component Removal Attribution", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.isometric.com/mrv/v0/project_components/:id/removal_attributions", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Manually attributes or removes attribution of a project component to a removal." } ] } ], "bundled": true }