{"item":[{"name":"Auth","description":"Authorization.","item":[{"id":"35d756c8-de2e-5aef-bffb-4772f1535fcc","name":"Obtaining a token","request":{"name":"Obtaining a token","description":{"content":"Obtaining a token using the login and password.","type":"text/plain"},"url":{"path":["account","token","generation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"username\": \"username_for_login\",\n \"password\": \"long_strong_password\",\n \"ttl_seconds\": 86400\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"e48ba8d5-7583-576a-ae46-8d1beae085d3","name":"Validating a token","request":{"name":"Validating a token","description":{"content":"Validating a token.","type":"text/plain"},"url":{"path":["account","token","validation"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"new.jwt.token","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"5a9ed4b6-ece3-5628-860c-4a7a74da11a3","name":"Change password","request":{"name":"Change password","description":{"content":"Change password and get new token.","type":"text/plain"},"url":{"path":["account","password"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"POST","body":{"mode":"raw","raw":"{\n \"current_password\": \"long_strong_password\",\n \"new_password\": \"long_strong_password\"\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Info","description":"Account information.","item":[{"id":"bc5021d2-11f5-5fa4-a93f-514aa1b60536","name":"Account information","request":{"name":"Account information","description":{"content":"Getting a account information.","type":"text/plain"},"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"6424e425-aacc-557e-ba23-874df1736e44","name":"Account update","request":{"name":"Account update","description":{"content":"Updating the account information.","type":"text/plain"},"url":{"path":["account","info"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"application/json"}],"method":"PUT","body":{"mode":"raw","raw":"{\n \"specification\": \"User full name\",\n \"email\": \"admin@company.com\",\n \"phone\": \"+71112223333\",\n \"attributes\": []\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Quota","description":"Quota.","item":[{"id":"f4126974-5547-515e-b256-766c6b087b47","name":"Obtaining the quotas","request":{"name":"Obtaining the quotas","description":{"content":"Obtaining the quotas for the user.","type":"text/plain"},"url":{"path":["account","quota"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Audit","description":"User actions.","item":[{"id":"7180ce86-91cd-5244-8b43-7160cb5a1164","name":"Actions for the period","request":{"name":"Actions for the period","description":{"content":"User actions for the period. If the period is not specified, data for the current day is returned - from the beginning of the day to the current time inclusive. If the beginning of the time period is not specified, data from the beginning of the current day is returned. If the end of the time period is not specified, data up to the current time is returned.","type":"text/plain"},"url":{"path":["account","audit"],"host":["{{baseUrl}}"],"query":[{"key":"offset","value":"10","disabled":true,"description":{"content":"The number of items to skip before starting to collect the result set.","type":"text/plain"}},{"key":"limit","value":"10","disabled":true,"description":{"content":"The number of items to return.","type":"text/plain"}},{"key":"from","value":"2026-09-21T09:30:00+03:00","disabled":true,"description":{"content":"Date and time in the ISO 8601 format. If no datetime is specified, audit data are returned from the beginning of the day.","type":"text/plain"}},{"key":"to","value":"2026-09-21T18:00:00+03:00","disabled":true,"description":{"content":"Date and time in the ISO 8601 format. If not specified, data up to the current time is returned.","type":"text/plain"}},{"key":"service","value":"UNIVERSAL","disabled":true,"description":{"content":"Service name.","type":"text/plain"}},{"key":"operation","value":"run_plan_calculation","disabled":true,"description":{"content":"Operation name.","type":"text/plain"}},{"key":"process_type","value":"PLAN","disabled":true,"description":{"content":"Process type.","type":"text/plain"}},{"key":"status","value":"FINISHED_IN_TIME","disabled":true,"description":{"content":"Process status.","type":"text/plain"}},{"key":"sort_field","value":"name","disabled":true,"description":{"content":"Field to sort by.","type":"text/plain"}},{"key":"sort_direction","value":"DESC","disabled":true,"description":{"content":"Sort direction.","type":"text/plain"}}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Data","description":"User data.","item":[{"id":"c2bed3b6-de13-5a75-9a68-ba72b70e0fb3","name":"Reading input data","request":{"name":"Reading input data","description":{"content":"Receiving an incoming request by `tracedata.process_code`.","type":"text/plain"},"url":{"path":["account","data",":process_code"],"host":["{{baseUrl}}"],"query":[{"key":"data_flow_type","value":"OUTPUT","disabled":true,"description":{"content":"Data flow type.","type":"text/plain"}},{"key":"data_flow_stage","value":"RAW","disabled":true,"description":{"content":"Data flow stage.","type":"text/plain"}}],"variable":[{"type":"any","value":"11111111-2222-3333-4444-555555555555","key":"process_code","disabled":false,"description":{"content":"(Required) Unique process identifier.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"application/octet-stream"}],"method":"GET","body":{},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"Statistics","description":"Statistics.","item":[{"id":"718efe02-8c7e-5a2d-8448-516f696b739d","name":"Statistics for the period","request":{"name":"Statistics for the period","description":{"content":"User statistics for the period. If the period is not specified, the statistics for the current month returns (from the beginning of the month to the present day). If no `from` datetime is specified, data are returned from the beginning of the month. If no `to` datetime is specified, data are returned be to the present day (excluding). Empty service and process type fields mean returning statistics for all services and process types.","type":"text/plain"},"url":{"path":["account","statistics"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2026-09-22","disabled":true,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"}},{"key":"to","value":"2026-09-26","disabled":true,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"}},{"key":"service","value":"UNIVERSAL","disabled":true,"description":{"content":"Service name.","type":"text/plain"}},{"key":"process_type","value":"PLAN","disabled":true,"description":{"content":"Process type.","type":"text/plain"}}],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"4224ddc3-ad84-54f8-b1be-3cfd12554b99","name":"Report creating","request":{"name":"Report creating","description":{"content":"Creating report with usage statistics. If the period is not specified, records are returned from the beginning of the month to the present day (excluding). If no `from` datetime is specified, data are returned from the beginning of the month. If no `to` datetime is specified, data are returned be the the present day (excluding). Empty service and process type fields mean returning statistics for all services and process types.","type":"text/plain"},"url":{"path":["account","report"],"host":["{{baseUrl}}"],"query":[{"key":"from","value":"2026-09-22","disabled":true,"description":{"content":"Date `from` in the YYYY-MM-DD format.","type":"text/plain"}},{"key":"to","value":"2026-09-26","disabled":true,"description":{"content":"Date `to` (including) in the YYYY-MM-DD format.","type":"text/plain"}},{"key":"service","value":"UNIVERSAL","disabled":true,"description":{"content":"Service name.","type":"text/plain"}},{"key":"process_type","value":"PLAN","disabled":true,"description":{"content":"Process type.","type":"text/plain"}}],"variable":[]},"header":[{"key":"Accept","value":"application/octet-stream"}],"method":"GET","body":{},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]},{"name":"System","description":"System functions.\nAuxiliary functionality common to all services.","item":[{"id":"a5efa5b9-2a45-5885-87ad-d9a62cf59887","name":"Checking the availability","request":{"name":"Checking the availability","description":{"content":"Checking the service availability.","type":"text/plain"},"url":{"path":["account","system","check"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"61fc82c6-5896-519f-aed0-90c87cf4efc6","name":"Getting the service version","request":{"name":"Getting the service version","description":{"content":"Getting the service version.","type":"text/plain"},"url":{"path":["account","system","version"],"host":["{{baseUrl}}"],"query":[],"variable":[]},"header":[{"key":"Accept","value":"application/json"}],"method":"GET","body":{},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}},{"id":"1dedc794-122a-54c8-aac4-d6282c7b5a17","name":"Getting the documentation","request":{"name":"Getting the documentation","description":{"content":"Getting the file with this service documentation.","type":"text/plain"},"url":{"path":["account","file",":filename"],"host":["{{baseUrl}}"],"query":[],"variable":[{"type":"any","value":"file_en.html","key":"filename","disabled":false,"description":{"content":"(Required) File name.","type":"text/plain"}}]},"header":[{"key":"Accept","value":"text/html"}],"method":"GET","body":{},"auth":null},"response":[],"event":[],"protocolProfileBehavior":{"disableBodyPruning":true}}]}],"auth":{"type":"bearer","bearer":[{"type":"any","value":"{{bearerToken}}","key":"token"}]},"event":[],"variable":[{"key":"baseUrl","value":"https://api.edge7.veeroute.cloud"}],"info":{"_postman_id":"7c44c751-a6b1-5947-b3f2-f9c6435685af","name":"VRt.Account [AC]","schema":"https://schema.getpostman.com/json/collection/v2.1.0/collection.json","description":{"content":"# Description\n\nVeeroute Account Panel.\n\n## Usage metrics\n\nService usage metrics are computed for each client and for each process type. They can be retrieved from the personal cabinet or via the api method.\n\nThe metrics are described by the following object:\n\n\n\nContact Support:\n Name: Veeroute Support Team\n Email: support@veeroute.com","type":"text/plain"}}}