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