{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin destination API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "destination", "type": "folder" }, "items": [ { "info": { "name": "destination-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/destination.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "destination-testConnection", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/destination.testConnection", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "destination-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/destination.one", "params": [ { "name": "destinationId", "value": "", "type": "query" } ] } }, { "info": { "name": "destination-all", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/destination.all" } }, { "info": { "name": "destination-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/destination.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "destination-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/destination.update", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }