{ "opencollection": "1.0.0", "info": { "name": "Qovery Account Info Applications API", "version": "1.0.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "List applications", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/application", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "List applications" }, { "info": { "name": "Create an application", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/environment/:environmentId/application", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an application" }, { "info": { "name": "List all environment applications statuses", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/environment/:environmentId/application/status", "params": [ { "name": "environmentId", "value": "", "type": "path", "description": "Environment ID" } ] }, "docs": "Returns a list of applications with only their id and status." }, { "info": { "name": "List default application advanced settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.qovery.com/defaultApplicationAdvancedSettings" }, "docs": "Default values for each setting are available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/advanced-settings/)" }, { "info": { "name": "Clone application", "type": "http" }, "http": { "method": "POST", "url": "https://api.qovery.com/application/:applicationId/clone", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This will create a new application with the same configuration on the targeted environment Id." } ] } ], "bundled": true }