{ "opencollection": "1.0.0", "info": { "name": "Vercel REST Artifacts Deployments API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Deployments", "type": "folder" }, "items": [ { "info": { "name": "List deployments", "type": "http" }, "http": { "method": "GET", "url": "https://api.vercel.com/v6/deployments" }, "docs": "List deployments" }, { "info": { "name": "Create a new deployment", "type": "http" }, "http": { "method": "POST", "url": "https://api.vercel.com/v13/deployments", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new deployment" }, { "info": { "name": "Get a deployment by ID or URL", "type": "http" }, "http": { "method": "GET", "url": "https://api.vercel.com/v13/deployments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a deployment by ID or URL" }, { "info": { "name": "Delete a deployment", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.vercel.com/v13/deployments/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a deployment" } ] } ], "bundled": true }