{ "opencollection": "1.0.0", "info": { "name": "Pipeline Backend Admin API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Admin", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/admin/overview", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/admin/overview", "params": [ { "name": "since", "value": "", "type": "query" } ] } }, { "info": { "name": "GET /v1/admin/pipeline/gates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/admin/pipeline/gates" } }, { "info": { "name": "POST /v1/admin/pipeline/pause", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/admin/pipeline/pause", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/admin/pipeline/resume", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/admin/pipeline/resume", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /v1/admin/pipeline/customer-gates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/admin/pipeline/customer-gates" } }, { "info": { "name": "GET /v1/admin/pipeline/effective-gates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/admin/pipeline/effective-gates", "params": [ { "name": "customerId", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /v1/admin/pipeline/customer-pause", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/admin/pipeline/customer-pause", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/admin/pipeline/customer-resume", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/admin/pipeline/customer-resume", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/admin/pipeline/customer-reset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/admin/pipeline/customer-reset", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /admin", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin" } }, { "info": { "name": "GET /admin/resources/{resourceId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/resources/:resourceId", "params": [ { "name": "resourceId", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/api/resources/{resourceId}/search/{query}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/api/resources/:resourceId/search/:query", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "query", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/resources/{resourceId}/actions/{action}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/resources/:resourceId/actions/:action", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/api/resources/{resourceId}/actions/{action}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/api/resources/:resourceId/actions/:action", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ] } }, { "info": { "name": "POST /admin/api/resources/{resourceId}/actions/{action}", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin/api/resources/:resourceId/actions/:action", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/api/resources/{resourceId}/actions/{action}/{query}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/api/resources/:resourceId/actions/:action/:query", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" }, { "name": "query", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/resources/{resourceId}/records/{recordId}/{action}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/resources/:resourceId/records/:recordId/:action", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "recordId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/api/resources/{resourceId}/records/{recordId}/{action}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/api/resources/:resourceId/records/:recordId/:action", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "recordId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ] } }, { "info": { "name": "POST /admin/api/resources/{resourceId}/records/{recordId}/{action}", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin/api/resources/:resourceId/records/:recordId/:action", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "recordId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/resources/{resourceId}/bulk/{action}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/resources/:resourceId/bulk/:action", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/api/resources/{resourceId}/bulk/{action}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/api/resources/:resourceId/bulk/:action", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ] } }, { "info": { "name": "POST /admin/api/resources/{resourceId}/bulk/{action}", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin/api/resources/:resourceId/bulk/:action", "params": [ { "name": "resourceId", "value": "", "type": "path" }, { "name": "action", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/api/resources/{resourceId}/search", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/api/resources/:resourceId/search", "params": [ { "name": "resourceId", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/api/dashboard", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/api/dashboard" } }, { "info": { "name": "GET /admin/pages/{pageName}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/pages/:pageName", "params": [ { "name": "pageName", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/api/pages/{pageName}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/api/pages/:pageName", "params": [ { "name": "pageName", "value": "", "type": "path" } ] } }, { "info": { "name": "POST /admin/api/pages/{pageName}", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin/api/pages/:pageName", "params": [ { "name": "pageName", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /admin/frontend/assets/icomoon.css", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/icomoon.css" } }, { "info": { "name": "GET /admin/frontend/assets/icomoon.eot", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/icomoon.eot" } }, { "info": { "name": "GET /admin/frontend/assets/icomoon.svg", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/icomoon.svg" } }, { "info": { "name": "GET /admin/frontend/assets/icomoon.ttf", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/icomoon.ttf" } }, { "info": { "name": "GET /admin/frontend/assets/icomoon.woff", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/icomoon.woff" } }, { "info": { "name": "GET /admin/frontend/assets/app.bundle.js", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/app.bundle.js" } }, { "info": { "name": "GET /admin/frontend/assets/global.bundle.js", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/global.bundle.js" } }, { "info": { "name": "GET /admin/frontend/assets/design-system.bundle.js", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/design-system.bundle.js" } }, { "info": { "name": "GET /admin/frontend/assets/logo.svg", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/logo.svg" } }, { "info": { "name": "GET /admin/frontend/assets/logo-mini.svg", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/logo-mini.svg" } }, { "info": { "name": "GET /admin/frontend/assets/components.bundle.js", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/frontend/assets/components.bundle.js" } }, { "info": { "name": "GET /admin/login", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/login" } }, { "info": { "name": "POST /admin/login", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/admin/login" } }, { "info": { "name": "GET /admin/logout", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/admin/logout" } } ] } ], "bundled": true }