{ "opencollection": "1.0.0", "info": { "name": "Isometric Certify Data Ingestion Beneficiaries Retirements API", "version": "v0" }, "items": [ { "info": { "name": "Retirements", "type": "folder" }, "items": [ { "info": { "name": "Retirements", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/retirements", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "beneficiary_org_id", "value": "", "type": "query" }, { "name": "owner_org_id", "value": "", "type": "query" }, { "name": "last", "value": "", "type": "query" }, { "name": "before", "value": "", "type": "query" }, { "name": "first", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "A paginated list of all retirements on Isometric's registry.\n\nReturned list of retirements will be sorted by most recently delivered first." }, { "info": { "name": "Create Retirement", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.isometric.com/mrv/v0/retirements", "headers": [ { "name": "x-client-secret", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retire credits from specific batches, in whole or with splits. All credit batches must originate from the same supplier and be owned by the current organisation." }, { "info": { "name": "Create Retirement From Oldest Credits", "type": "http" }, "http": { "method": "POST", "url": "https://api.sandbox.isometric.com/mrv/v0/retirements/from_oldest_credits", "headers": [ { "name": "x-client-secret", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retire oldest available credits from a given supplier. If vintage is specified, this will retire the oldest credits from that vintage only." }, { "info": { "name": "Retirement", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/retirements/:id", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Information about a specific retirement." }, { "info": { "name": "Retirement Credit Batches", "type": "http" }, "http": { "method": "GET", "url": "https://api.sandbox.isometric.com/mrv/v0/retirements/:id/credit_batches", "headers": [ { "name": "x-client-secret", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List of credit batches for a given retirement." } ] } ], "bundled": true }