{ "opencollection": "1.0.0", "info": { "name": "Pipeline Backend Admin Customer API", "version": "0.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Customer", "type": "folder" }, "items": [ { "info": { "name": "POST /v1/customer/auth/request-link", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/customer/auth/request-link", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/customer/auth/verify", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/customer/auth/verify", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/customer/auth/select-customer", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/customer/auth/select-customer", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "POST /v1/customer/auth/logout", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/customer/auth/logout" } }, { "info": { "name": "GET /v1/customer/auth/session", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/customer/auth/session" } }, { "info": { "name": "GET /v1/customer/data/handling-units", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/customer/data/handling-units" } }, { "info": { "name": "GET /v1/customer/data/handling-units/export", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/customer/data/handling-units/export" } }, { "info": { "name": "GET /v1/customer/data/shipments/{shipmentId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/customer/data/shipments/:shipmentId", "params": [ { "name": "shipmentId", "value": "", "type": "path" } ] } }, { "info": { "name": "GET /v1/customer/data/handling-units/{handlingUnitId}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/customer/data/handling-units/:handlingUnitId", "params": [ { "name": "handlingUnitId", "value": "", "type": "path" } ] } }, { "info": { "name": "DELETE /v1/customer/data/handling-units/{handlingUnitId}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/customer/data/handling-units/:handlingUnitId", "params": [ { "name": "handlingUnitId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }