{ "opencollection": "1.0.0", "info": { "name": "Metronome Alerts Packages API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Packages", "type": "folder" }, "items": [ { "info": { "name": "Get a package", "type": "http" }, "http": { "method": "POST", "url": "https://api.metronome.com/v1/packages/get", "body": { "type": "json", "data": "{}" } }, "docs": "Gets the details for a specific package, including name, aliases, duration, and terms. Use this endpoint to understand a package’s alias schedule, or display a specific package’s details to end customers.\n" }, { "info": { "name": "List all packages", "type": "http" }, "http": { "method": "POST", "url": "https://api.metronome.com/v1/packages/list", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Max number of results that should be returned" }, { "name": "next_page", "value": "", "type": "query", "description": "Cursor that indicates where the next page of results should start." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Lists all packages with details including name, aliases, duration, and terms. To view contracts on a specific package, use the `listContractsOnPackage` endpoint.\n" }, { "info": { "name": "Archive a package", "type": "http" }, "http": { "method": "POST", "url": "https://api.metronome.com/v1/packages/archive", "body": { "type": "json", "data": "{}" } }, "docs": "Archive a package. Archived packages cannot be used to create new contracts. However, existing contracts associated with the package will continue to function as normal. Once you archive a package, you can still retrieve it in the UI and API, but you cannot unarchive it.\n" } ] } ], "bundled": true }