{ "opencollection": "1.0.0", "info": { "name": "Balena Cloud Applications API", "version": "v7" }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List applications (fleets)", "type": "http" }, "http": { "method": "GET", "url": "https://api.balena-cloud.com/v7/application", "params": [ { "name": "$select", "value": "", "type": "query" }, { "name": "$filter", "value": "", "type": "query" }, { "name": "$expand", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List applications (fleets)" }, { "info": { "name": "Create an application (fleet)", "type": "http" }, "http": { "method": "POST", "url": "https://api.balena-cloud.com/v7/application", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an application (fleet)" }, { "info": { "name": "Get an application", "type": "http" }, "http": { "method": "GET", "url": "https://api.balena-cloud.com/v7/application(:id)", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an application" }, { "info": { "name": "Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.balena-cloud.com/v7/application(:id)", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an application" } ] } ], "bundled": true }