{ "opencollection": "1.0.0", "info": { "name": "Coolify Applications Servers API", "version": "0.1" }, "items": [ { "info": { "name": "Servers", "type": "folder" }, "items": [ { "info": { "name": "List", "type": "http" }, "http": { "method": "GET", "url": "https://app.coolify.io/api/v1/servers", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all servers." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://app.coolify.io/api/v1/servers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Server." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://app.coolify.io/api/v1/servers/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Server's UUID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get server by UUID." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.coolify.io/api/v1/servers/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Server UUID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Server." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.coolify.io/api/v1/servers/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID of the server." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete server by UUID." }, { "info": { "name": "Resources", "type": "http" }, "http": { "method": "GET", "url": "https://app.coolify.io/api/v1/servers/:uuid/resources", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Server's UUID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get resources by server." }, { "info": { "name": "Domains", "type": "http" }, "http": { "method": "GET", "url": "https://app.coolify.io/api/v1/servers/:uuid/domains", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Server's UUID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get domains by server." }, { "info": { "name": "Validate", "type": "http" }, "http": { "method": "GET", "url": "https://app.coolify.io/api/v1/servers/:uuid/validate", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "Server UUID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Validate server by UUID." } ] } ], "bundled": true }