{"info":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","description":"<html><head></head><body><h6 id=\"revised-2025-09-26\">Revised 2025-09-26</h6>\n<h6 id=\"this-documentation-is-in-the-process-of-being-created-these-may-be-updated-in-the-near-future\"><em>[This documentation is in the process of being created. These may be updated in the near future...]</em></h6>\n<p>Welcome to the documentation for the Web Application API. This document serves as a comprehensive guide to understanding and integrating with our API, designed to facilitate seamless interaction between your application and our services.</p>\n<h2 id=\"what-is-the-platform-api\"><strong>What is the Platform API?</strong></h2>\n<p>The Platform API provides a set of endpoints that allow developers to access and manipulate resources within our system programmatically. Whether you're building a web application, mobile app, or integrating with third-party services.</p>\n<p>Platform API provides an opportunity to automatization your SIMs management. You can get actual SIMs information, suspend and activate SIMs, for example.</p>\n<p>Platform API v3 uses REST API architecture. To find out more about REST API check the <a href=\"https://www.restapitutorial.com/\">REST API tutorial</a>.</p>\n<p>This documentation describes the last relevant version of Platform API. We do not recommend using any other versions of the Platform API other than this one, including older ones. If you are already using any other version of the API to work with the Platform, you should update it as soon as possible in accordance with this documentation.</p>\n<p>We are constantly improving our services, including the API. For this reason, the structure described here may be updated.</p>\n<p><em>Please keep up to date with the latest versions of this documentation.</em></p>\n<h1 id=\"terms-used\"><em>Terms Used</em></h1>\n<p>This documentation uses generally accepted and newly coined terms. Definitions of the most commonly used terms in this documentation are provided below.</p>\n<p><strong>API</strong> - Application Programming Interface. A set of rules and protocols that allows different software applications to communicate with each other.</p>\n<p><strong>REST</strong> - Representational State Transfer. A software architectural style that defines a set of constraints to be used for creating web services. RESTful systems adhere to these constraints, promoting scalability, reliability, and interoperability between systems by leveraging standard HTTP methods and data formats.</p>\n<p><strong>API Request</strong> <em><strong>(Request)</strong></em> - HTTP request from your services to one of our API endpoints.</p>\n<p><strong>API Response</strong> <em><strong>(Response)</strong></em> - HTTP answer with information payload from Platform to your service.</p>\n<p><strong>Base URL</strong> <em><strong>(base_path)</strong></em> - common prefix part of all API endpoint URLs. It consists of \"https://\" protocol definition, platforms domain and \"/rest/v3\" suffix.</p>\n<p><strong>API Endpoint</strong> - a specific URL that represents a unique resource or functionality within an API. API endpoints define where and how clients can access particular resources or perform actions, using HTTP methods GET, POST, PUT, etc. API Endpoint consists of Base path and Endpoint suffix</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Terms Used","slug":"terms-used"}],"owner":"14238091","collectionId":"793a1595-4dff-479f-8b38-e7a18e66ff92","publishedId":"2sB3WmUP7d","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"007BB6"},"publishDate":"2025-10-28T15:06:45.000Z"},"item":[{"name":"Authorization","item":[{"name":"Get OAuth Token v1","id":"5d53cbf3-de85-4a41-b2de-8367adb3945b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"{{client_id}}","description":"<p>Your email, used on the Platform</p>\n","type":"text"},{"key":"client_secret","value":"{{client_secret}}","description":"<p>Your password</p>\n","type":"text"}]},"url":"{{base_path}}/oauth/v1/token","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Platform API v3 uses the OAuth2.0 authorization protocol to secure all API operations.<br />The use of this protocol includes 3 consecutive stages:</p>\n<ol>\n<li><p>Obtaining a temporary OAuth Token. Send a request to the Endpoint API \"/api/v3/oauth/token\", according to the example. The request must include your personal credentials (login and password) from the Platform.</p>\n</li>\n<li><p>Save a temporary OAuth Token in your service. The token lifetime is 8 hours. You do not need to change the token more than once every 7 hours for normal work with the Platform API.</p>\n</li>\n<li><p>Use the received temporary OAuth Token in headers of each of your API requests to obtain the necessary access. Please also note that the permissible permissions when working with the API Platforms fully correspond to your permissions on the Platform.</p>\n</li>\n</ol>\n<h4 id=\"attention\">Attention!</h4>\n<h5 id=\"do-not-share-your-sensitive-data-such-as-email-address-password-temporary-tokens-etc-with-third-parties\">Do not share your sensitive data such as email address, password, temporary tokens, etc. with third parties.</h5>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"4720f4cb-f419-4575-a56e-51e6473c558f","id":"4720f4cb-f419-4575-a56e-51e6473c558f","name":"Authorization","type":"folder"}},"urlObject":{"path":["oauth","v1","token"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"db7fcc96-7c40-4c76-92e1-6ba21251ae05","name":"Success Auth","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"your@email.example","type":"text"},{"key":"client_secret","value":"password","type":"text"}]},"url":"/oauth/v1/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Jul 2024 13:19:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"RZ/5Ez1UQMD4Rt0RN5+/oTqkztkF+PW+zlddBCvZIuPkGgqCdmvSk829oxZne1O0XpRmv3XKE7lv7k+3trE4FiXA70Vzh+h6Zi6fLn+YIp/QYdQ2P/OMaMwHUWpRBTNXQDi10c5hAiFF7qbB3uvgnxYm7gceyl+2wrigZWN9cA3+gellfnKgzASe5U889HB5TCudRkxrs4nWgAzzEwgKac7Aucz0c+S5tA/yu4uGY3Vx7+OvYafyLFpS59s7gdI\",\n    \"expired_at\": {\n        \"unix_timestamp\": 1720196885,\n        \"human_time\": \"16:28:05\",\n        \"human_date\": \"2024-07-05\",\n        \"timezone\": \"UTC\"\n    }\n}"},{"id":"bca55cdb-3abd-493f-8689-684cb3ebfee9","name":"Failed Auth","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"client_id","value":"your@email.example","type":"text"},{"key":"client_secret","value":"password","type":"text"}]},"url":"{{base_path}}/oauth/v1/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Jul 2024 13:20:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"unauthorized\"\n}"}],"_postman_id":"5d53cbf3-de85-4a41-b2de-8367adb3945b"}],"id":"4720f4cb-f419-4575-a56e-51e6473c558f","description":"<p>All API endpoints implement the OAuth 2.0 authorization standard. The authorization algorithm includes the following steps:</p>\n<ol>\n<li><p>The API Client receives a temporary auth token from the API endpoint \"Get OAuth Token v1\"</p>\n</li>\n<li><p>A temporary auth token is added to the headers of each request in the following format:</p>\n</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"Authorization\": \"Bearer RZ/5Ez1UQMD4Rt0RN5+/oTqkz...\"\n\n</code></pre><p>where \"RZ/5Ez1UQMD4Rt0RN5+/oTqkz...\" is your temporary auth token</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[]},"isInherited":false},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"26afffbc-8744-441d-9e1c-36080108e58d"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"614da31c-5bff-4298-8bf2-2a0d1d6fcd0a"}}],"_postman_id":"4720f4cb-f419-4575-a56e-51e6473c558f"},{"name":"Billing API Endpoints","item":[{"name":"Single Pre-Bill API Endpoints","item":[{"name":"Usage Details","id":"70b2a322-1a66-4771-a30d-ee7db375b242","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_path}}/pre_bill/{{uuid}}/usage_details","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Pre-bill usage details. Can be used with search, sort and filters.</p>\n","urlObject":{"path":["pre_bill","{{uuid}}","usage_details"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"usage_mb\" by def.\nAllowed values: \"usage_mb\", \"plan_name\", \"pool_name\", \"destination\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>Plan name</li>\n<li>Pool name</li>\n<li>SIM ICCID or Terminal ID</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"plan_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Plan uuid, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"plan_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"pool_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Pool uuid, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"pool_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Pool Type ID.\nAllowed values:</p>\n<ul>\n<li>1 - Static</li>\n<li>2 - Dynamic</li>\n</ul>\n","type":"text/plain"},"key":"pool_type_id","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by match of the SIM ICCID or Terminal ID and KIT serial number</p>\n","type":"text/plain"},"key":"destination","value":""}],"variable":[]}},"response":[{"id":"4525b849-f9e9-478c-9acb-fbbe448fdf1c","name":"Success. Organization Level","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/pre_bill/b4ab7884-b4ce-4695-8564-0f9b712523e4/usage_details","host":["{{base_path}}"],"path":["pre_bill","b4ab7884-b4ce-4695-8564-0f9b712523e4","usage_details"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"usage_mb\" by def.\nAllowed values: \"usage_mb\", \"plan_name\", \"pool_name\", \"destination\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Plan name\n - Pool name\n - SIM ICCID or Terminal ID","disabled":true},{"key":"plan_name","value":"","description":"optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_uuid","value":"","description":"optional, filters the page  by exact match of the Plan uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_name","value":"","description":"optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_uuid","value":"","description":"optional, filters the page  by exact match of the Pool uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_type_id","value":"","description":"optional, filters the page  by exact match of the Pool Type ID.\nAllowed values:\n - 1 - Static\n - 2 - Dynamic","disabled":true},{"key":"destination","value":"","description":"optional, filters the page  by match of the SIM ICCID or Terminal ID and KIT serial number","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Jan 2026 14:45:38 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.1.33"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"usage_details\": [\n            {\n                \"destination\": \"01000000-00000000-00000001 (KITP00000001)\",\n                \"usage_mb\": 922,\n                \"plan\": {\n                    \"uuid\": \"b4ab7884-b4ce-4695-8564-0f9b7125eede\",\n                    \"name\": \"Plan 001\"\n                },\n                \"cancellation_date\": {\n                    \"unix_timestamp\": 1754015403,\n                    \"human_time\": \"02:30:03\",\n                    \"human_date\": \"2025-08-01\",\n                    \"timezone\": \"UTC\"\n                },\n                \"nickname\": \"nickname1\",\n                \"company_note\": \"example1\"\n            },\n            {\n                \"destination\": \"01000000-00000000-00000002 (KITP00000002)\",\n                \"usage_mb\": 120,\n                \"plan\": {\n                    \"uuid\": \"b4ab7884-b4ce-4695-8564-0f9b7125eede\",\n                    \"name\": \"Plan 002\"\n                },\n                \"nickname\": \"nickname2\",\n                \"company_note\": null\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 2,\n    \"current_page\": 1,\n    \"total\": 2\n}"},{"id":"90440f2a-bc6e-455e-bba1-5713bb93858b","name":"Success. Company Level","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/pre_bill/b4ab7884-b4ce-4695-8564-0f9b712523e4/usage_details","host":["{{base_path}}"],"path":["pre_bill","b4ab7884-b4ce-4695-8564-0f9b712523e4","usage_details"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"usage_mb\" by def.\nAllowed values: \"usage_mb\", \"plan_name\", \"pool_name\", \"destination\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Plan name\n - Pool name\n - SIM ICCID or Terminal ID","disabled":true},{"key":"plan_name","value":"","description":"optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_uuid","value":"","description":"optional, filters the page  by exact match of the Plan uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_name","value":"","description":"optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_uuid","value":"","description":"optional, filters the page  by exact match of the Pool uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_type_id","value":"","description":"optional, filters the page  by exact match of the Pool Type ID.\nAllowed values:\n - 1 - Static\n - 2 - Dynamic","disabled":true},{"key":"destination","value":"","description":"optional, filters the page  by match of the SIM ICCID or Terminal ID and KIT serial number","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Jan 2026 14:43:02 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.1.33"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"usage_details\": [\n            {\n                \"destination\": \"01000000-00000000-00000001 (KITP00000001)\",\n                \"usage_mb\": 0,\n               \"plan\": {\n                    \"uuid\": \"b4ab7884-b4ce-4695-8564-0f9b7125eede\",\n                    \"name\": \"Plan 001\"\n                },\n                \"cancellation_date\": {\n                    \"unix_timestamp\": 1754015403,\n                    \"human_time\": \"02:30:03\",\n                    \"human_date\": \"2025-08-01\",\n                    \"timezone\": \"UTC\"\n                },\n                \"nickname\": \"nickname1\",\n                \"note\": \"example1\",\n                \"labels\": [\n                    {\n                        \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                        \"name\": \"Label 1\"\n                    },\n                    {\n                        \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                        \"name\": \"Label 2\"\n                    }\n                ]\n            },\n            {\n                \"destination\": \"01000000-00000000-00000002 (KITP00000002)\",\n                \"usage_mb\": 0,\n                \"plan\": {\n                    \"uuid\": \"b4ab7884-b4ce-4695-8564-0f9b7125eede\",\n                    \"name\": \"Plan 002\"\n                },\n                \"nickname\": \"nickname2\",\n                \"note\": null,\n                \"labels\": [\n                    {\n                        \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                        \"name\": \"Label 1\"\n                    },\n                    {\n                        \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                        \"name\": \"Label 2\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 2,\n    \"current_page\": 1,\n    \"total\": 2\n}"},{"id":"ac4188c4-f6fe-4de7-9efd-cc220afbd679","name":"Success. Filter by Destination","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/pre_bill/b4ab7884-b4ce-4695-8564-0f9b712523e4/usage_details","host":["{{base_path}}"],"path":["pre_bill","b4ab7884-b4ce-4695-8564-0f9b712523e4","usage_details"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"usage_mb\" by def.\nAllowed values: \"usage_mb\", \"plan_name\", \"pool_name\", \"destination\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Plan name\n - Pool name\n - SIM ICCID or Terminal ID","disabled":true},{"key":"plan_name","value":"","description":"optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_uuid","value":"","description":"optional, filters the page  by exact match of the Plan uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_name","value":"","description":"optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_uuid","value":"","description":"optional, filters the page  by exact match of the Pool uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_type_id","value":"","description":"optional, filters the page  by exact match of the Pool Type ID.\nAllowed values:\n - 1 - Static\n - 2 - Dynamic","disabled":true},{"key":"destination","value":"01000000-00000000-00000001","description":"optional, filters the page  by match of the SIM ICCID or Terminal ID and KIT serial number","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Jan 2026 14:51:19 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.1.33"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"usage_details\": [\n            {\n                \"destination\": \"01000000-00000000-00000001 (KITP00000001)\",\n                \"usage_mb\": 0,\n                \"plan\": {\n                    \"uuid\": \"b4ab7884-b4ce-4695-8564-0f9b7125eede\",\n                    \"name\": \"Plan 001\"\n                },\n                \"cancellation_date\": {\n                    \"unix_timestamp\": 1754015403,\n                    \"human_time\": \"02:30:03\",\n                    \"human_date\": \"2025-08-01\",\n                    \"timezone\": \"UTC\"\n                },\n                \"nickname\": \"nickname1\",\n                \"note\": \"example1\",\n                \"labels\": [\n                    {\n                        \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                        \"name\": \"Label 1\"\n                    },\n                    {\n                        \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                        \"name\": \"Label 2\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"},{"id":"9965ca5a-350d-4631-8724-5d3e3141f284","name":"Success. Search by Plan name","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/pre_bill/b4ab7884-b4ce-4695-8564-0f9b712523e4/usage_details","host":["{{base_path}}"],"path":["pre_bill","b4ab7884-b4ce-4695-8564-0f9b712523e4","usage_details"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"usage_mb\" by def.\nAllowed values: \"usage_mb\", \"plan_name\", \"pool_name\", \"destination\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Plan name\n - Pool name\n - SIM ICCID or Terminal ID","disabled":true},{"key":"plan_name","value":"Plan 001","description":"optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_uuid","value":"","description":"optional, filters the page  by exact match of the Plan uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_name","value":"","description":"optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_uuid","value":"","description":"optional, filters the page  by exact match of the Pool uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_type_id","value":"","description":"optional, filters the page  by exact match of the Pool Type ID.\nAllowed values:\n - 1 - Static\n - 2 - Dynamic","disabled":true},{"key":"destination","value":"","description":"optional, filters the page  by match of the SIM ICCID or Terminal ID and KIT serial number","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Jan 2026 14:53:28 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.1.33"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.33"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"usage_details\": [\n            {\n                \"destination\": \"01000000-00000000-00000001 (KITP00000001)\",\n                \"usage_mb\": 0,\n                \"plan\": {\n                    \"uuid\": \"b4ab7884-b4ce-4695-8564-0f9b7125eede\",\n                    \"name\": \"Plan 001\"\n                },\n                \"cancellation_date\": {\n                    \"unix_timestamp\": 1754015403,\n                    \"human_time\": \"02:30:03\",\n                    \"human_date\": \"2025-08-01\",\n                    \"timezone\": \"UTC\"\n                },\n                \"nickname\": \"nickname1\",\n                \"note\": \"example1\",\n                \"labels\": [\n                    {\n                        \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                        \"name\": \"Label 1\"\n                    },\n                    {\n                        \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                        \"name\": \"Label 2\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"},{"id":"dfe3544c-5050-4668-b621-6a051f6e5ea0","name":"Failed. Pre-bill not found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/pre_bill/b4ab7884-b4ce-4695-8564-0f9b7125eede/usage_details","host":["{{base_path}}"],"path":["pre_bill","b4ab7884-b4ce-4695-8564-0f9b7125eede","usage_details"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"usage_mb\" by def.\nAllowed values: \"usage_mb\", \"plan_name\", \"pool_name\", \"destination\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Plan name\n - Pool name\n - SIM ICCID or Terminal ID","disabled":true},{"key":"plan_name","value":"","description":"optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_uuid","value":null,"description":"optional, filters the page  by exact match of the Plan uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_name","value":null,"description":"optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_uuid","value":null,"description":"optional, filters the page  by exact match of the Pool uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_type_id","value":null,"description":"optional, filters the page  by exact match of the Pool Type ID.\nAllowed values:\n - 1 - Static\n - 2 - Dynamic","disabled":true},{"key":"destination","value":"","description":"optional, filters the page  by match of the SIM ICCID or Terminal ID and KIT serial number","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Aug 2025 15:33:13 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Pre-bill not found\"\n}"}],"_postman_id":"70b2a322-1a66-4771-a30d-ee7db375b242"}],"id":"1eb01abd-6850-438e-a9b5-72c7db8ddd0a","description":"<p><strong>Single Pre-Bill Endpoints</strong> always interact with a specific <strong>Pre-Bill</strong>. Endpoints in this category include the <strong>[pre_bill_uuid]</strong> parameter as a required part of the URL.</p>\n<p>Replace this parameter to specific <strong>Pre-Bill UUID</strong>.</p>\n","_postman_id":"1eb01abd-6850-438e-a9b5-72c7db8ddd0a","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Pre-Bills API Endpoints","item":[{"name":"Pre-Bills Page","id":"4855bd2a-4b14-405c-ba86-61d36cae687e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_path}}/pre_bills/{{bill_cycle}}/page","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Pre-bills. Can be used with search, sort and filters.</p>\n<p><strong>IMPORTANT:</strong> Bill-cycle must be in the following format: YYYY-MM.<br />Example: /pre_bills/2025-09/page.</p>\n","urlObject":{"path":["pre_bills","{{bill_cycle}}","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"created_at\" by def.\nAllowed values: \"number\", \"company\", \"created_at\", \"approved_at\", \"approved_by\", \"total_amount\", \"currency_code\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"desc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>number</li>\n<li>company</li>\n<li>created_at</li>\n<li>approved_at</li>\n<li>approved_by</li>\n<li>total_amount</li>\n<li>currency_code</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, unique number of Pre-Bill</p>\n","type":"text/plain"},"key":"number","value":""}],"variable":[]}},"response":[{"id":"d271476e-2da2-453e-b92d-dfae3f9c38b4","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/pre_bills/2025-12/page","host":["{{base_path}}"],"path":["pre_bills","2025-12","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":null,"description":"optional, count of selected items, \"10\" by def. Max 100 items.","type":"text","disabled":true},{"key":"sort_field","value":"","description":"optional, \"created_at\" by def.\nAllowed values: \"number\", \"company\", \"created_at\", \"approved_at\", \"approved_by\", \"total_amount\", \"currency_code\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"desc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - number\n - company\n - created_at\n - approved_at\n - approved_by\n - total_amount\n - currency_code","disabled":true},{"key":"number","value":"","description":"optional, unique number of Pre-Bill","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 18 Dec 2025 14:50:19 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"pre_bills\": [\n            {\n                \"uuid\": \"b9a4d1a9-90ef-495c-96b3-a9f485397f11\",\n                \"number\": \"000001\",\n                \"bill_cycle\": \"2025-12-01\",\n                \"status\": {\n                    \"id\": 1,\n                    \"title\": \"pending\"\n                },\n                \"company\": {\n                    \"uuid\": \"b9a4d1a9-90ef-495c-96b3-a9f485391234\",\n                    \"name\": \"Api Company\"\n                },\n                \"total_amount\": 500,\n                \"currency_code\": \"AUD\",\n                \"created_at\": {\n                    \"unix_timestamp\": 1764645967,\n                    \"human_time\": \"04:16:07\",\n                    \"human_date\": \"2025-12-02\",\n                    \"timezone\": \"UTC\"\n                },\n                \"items\": [\n                    {\n                        \"uuid\": \"b9a4d1a9-90ef-495c-96b3-a9f48539avl3\",\n                        \"description\": \"Api description\",\n                        \"sku\": \"API_SKU\",\n                        \"quantity\": 1,\n                        \"unit_price\": 500,\n                        \"amount\": 500,\n                        \"period\": \"2025-12-01 - 2025-12-31\"\n                    }\n                ]\n            },\n            {\n                \"uuid\": \"b9a4d1a9-90ef-495c-96b3-a9f485397f11\",\n                \"number\": \"000002\",\n                \"bill_cycle\": \"2025-12-01\",\n                \"status\": {\n                    \"id\": 1,\n                    \"title\": \"pending\"\n                },\n                \"company\": {\n                    \"uuid\": \"b9a4d1a9-90ef-4123-96b3-a9f485397f11\",\n                    \"name\": \"Api Company 2\"\n                },\n                \"total_amount\": 1500,\n                \"currency_code\": \"AUD\",\n                \"created_at\": {\n                    \"unix_timestamp\": 1764645967,\n                    \"human_time\": \"03:26:07\",\n                    \"human_date\": \"2025-12-02\",\n                    \"timezone\": \"UTC\"\n                },\n                \"items\": [\n                    {\n                        \"uuid\": \"b9a4d1a9-90ef-495c-1234-a9f485397f11\",\n                        \"description\": \"Api description 2\",\n                        \"sku\": \"API_SKU_2\",\n                        \"quantity\": 2,\n                        \"unit_price\": 250,\n                        \"amount\": 250,\n                        \"period\": \"2025-12-01 - 2025-12-31\"\n                    },\n                    {\n                        \"uuid\": \"b9a4d1a9-90ef-495c-4323-a9f485397f11\",\n                        \"description\": \"Api description 3\",\n                        \"sku\": \"API_SKU_3\",\n                        \"quantity\": 2,\n                        \"unit_price\": 500,\n                        \"amount\": 500,\n                        \"period\": \"2025-12-01 - 2025-12-31\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 2,\n    \"current_page\": 1,\n    \"total\": 110\n}"},{"id":"d8cd2921-c53f-4bbc-a3e5-fd176aed97e6","name":"Success. Filter by number","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/pre_bills/2025-12/page","host":["{{base_path}}"],"path":["pre_bills","2025-12","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"created_at\" by def.\nAllowed values: \"number\", \"company\", \"created_at\", \"approved_at\", \"approved_by\", \"total_amount\", \"currency_code\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"desc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - number\n - company\n - created_at\n - approved_at\n - approved_by\n - total_amount\n - currency_code","disabled":true},{"key":"number","value":"000001","description":"optional, unique number of Pre-Bill","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 18 Dec 2025 14:57:32 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"pre_bills\": [\n            {\n                \"uuid\": \"b9a4d1a9-90ef-w12c-96b3-a9f485397f11\",\n                \"number\": \"000001\",\n                \"bill_cycle\": \"2025-12-01\",\n                \"status\": {\n                    \"id\": 1,\n                    \"title\": \"pending\"\n                },\n                \"company\": {\n                    \"uuid\": \"b9a4d1a9-90ef-495c-4321-a9f485397f11\",\n                    \"name\": \"Api Company\"\n                },\n                \"total_amount\": 500,\n                \"currency_code\": \"USD\",\n                \"created_at\": {\n                    \"unix_timestamp\": 1764645967,\n                    \"human_time\": \"03:50:07\",\n                    \"human_date\": \"2025-12-02\",\n                    \"timezone\": \"UTC\"\n                },\n                \"items\": [\n                    {\n                        \"uuid\": \"643ad73d-097a-47ae-8ea1-570e3cc39c39\",\n                        \"description\": \"Api description\",\n                        \"sku\": \"-\",\n                        \"quantity\": 1,\n                        \"unit_price\": 500,\n                        \"amount\": 500,\n                        \"period\": \"2025-12-01 - 2025-12-31\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"}],"_postman_id":"4855bd2a-4b14-405c-ba86-61d36cae687e"}],"id":"d646e995-fae4-4df4-bbf7-35d399471ebc","description":"<p>Endpoints in this category operate on <strong>collections of Pre-Bills</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"d646e995-fae4-4df4-bbf7-35d399471ebc","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Single Pre-Bill Item Endpoints","item":[{"name":"Pre-Bill Item Details Page","id":"f1ea71c9-3e97-4b37-9754-5da51c661fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/pre_bill_item/{{uuid}}/details","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Pre-bill item details. Can be used with search, sort and filters.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["pre_bill_item","{{uuid}}","details"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"destination\" by def.\nAllowed values: \"destination\", \"nickname\", \"quantity\", \"unit_price\", \"amount\", \"end_user_name\", \"plan_type\", \"plan_name\", \"pool_name\", \"canceled_at\", \"start_date\", \"end_date\", \"company_note\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>Destination</li>\n<li>Nickname</li>\n<li>Quantity</li>\n<li>Unit price</li>\n<li>Amount</li>\n<li>Start date</li>\n<li>End date</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Destination, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"destination","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Nickname, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"nickname","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the End-user name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"end_user_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Plan type, filtering by multiple values separated by commas is allowed.\nAllowed values:</p>\n<ul>\n<li>plan_postpaid_monthly_bundle - Monthly bundle</li>\n<li>plan_postpaid_pay_per_mb - Pay per MB</li>\n<li>plan_postpaid_unlimited - Unlimited</li>\n<li>plan_postpaid_dynamic_pool - Dynamic Pool</li>\n<li>plan_postpaid_static_pool - Static Pool</li>\n<li>plan_prepaid_simple - Prepaid</li>\n<li>plan_paygo - PayGo</li>\n</ul>\n","type":"text/plain"},"key":"plan_type","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"plan_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"pool_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Start date, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"start_date","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the End date, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"end_date","value":""}],"variable":[]}},"response":[{"id":"7b1a9f27-c0fd-4d34-8012-e34fb9551bf2","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/pre_bill_item/{{uuid}}/details","host":["{{base_path}}"],"path":["pre_bill_item","{{uuid}}","details"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"destination\" by def.\nAllowed values: \"destination\", \"nickname\", \"quantity\", \"unit_price\", \"amount\", \"end_user_name\", \"plan_type\", \"plan_name\", \"pool_name\", \"canceled_at\", \"start_date\", \"end_date\", \"company_note\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Destination\n - Nickname\n - Quantity\n - Unit price\n - Amount\n - Start date\n - End date","disabled":true},{"key":"destination","value":null,"description":"optional, filters the page  by exact match of the Destination, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"nickname","value":null,"description":"optional, filters the page  by exact match of the Nickname, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"end_user_name","value":null,"description":"optional, filters the page  by exact match of the End-user name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_type","value":null,"description":"optional, filters the page  by exact match of the Plan type, filtering by multiple values separated by commas is allowed.\nAllowed values:\n - plan_postpaid_monthly_bundle - Monthly bundle\n - plan_postpaid_pay_per_mb - Pay per MB\n - plan_postpaid_unlimited - Unlimited\n - plan_postpaid_dynamic_pool - Dynamic Pool\n - plan_postpaid_static_pool - Static Pool\n - plan_prepaid_simple - Prepaid\n - plan_paygo - PayGo","disabled":true},{"key":"plan_name","value":null,"description":"optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_name","value":null,"description":"optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"start_date","value":null,"description":"optional, filters the page  by exact match of the Start date, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"end_date","value":null,"description":"optional, filters the page  by exact match of the End date, filtering by multiple values separated by commas is allowed","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Dec 2025 15:11:56 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=1000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"details\": [\n            {\n                \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\",\n                \"destination\": \"89204160628092186141 (78407987171)\",\n                \"nickname\": \"My Test SIM 1\",\n                \"quantity\": 10,\n                \"unit_price\": 1,\n                \"amount\": 10,\n                \"start_date\": \"2025-11-01\",\n                \"end_date\": \"2025-11-30\",\n                \"end_user_name\": \"Test End-user 1\",\n                \"plan_type\": \"plan_postpaid_pay_per_mb\",\n                \"plan_name\": \"Test Plan 1\",\n                \"pool_name\": null,\n                \"canceled_at\": null,\n                \"labels\": [\n                    {\n                        \"name\": \"Test Label 1\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    },\n                    {\n                        \"name\": \"Test Label 2\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    }\n                ],\n                \"company_note\": \"Test Company Note 1\"\n            },\n            {\n                \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\",\n                \"destination\": \"89204160628092186142 (78407987172)\",\n                \"nickname\": \"My Test SIM 2\",\n                \"quantity\": 2,\n                \"unit_price\": 0.1,\n                \"amount\": 0.2,\n                \"start_date\": \"2025-11-01\",\n                \"end_date\": \"2025-11-30\",\n                \"end_user_name\": null,\n                \"plan_type\": \"plan_postpaid_pay_per_mb\",\n                \"plan_name\": \"Test Plan 1\",\n                \"pool_name\": null,\n                \"canceled_at\": null,\n                \"labels\": [\n                    {\n                        \"name\": \"Test Label 1\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    }\n                ],\n                \"company_note\": \"Test Company Note 2\"\n            },\n            {\n                \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\",\n                \"destination\": \"89204160628092186143 (78407987173)\",\n                \"nickname\": \"My Test SIM 3\",\n                \"quantity\": 25,\n                \"unit_price\": 3,\n                \"amount\": 75,\n                \"start_date\": \"2025-11-01\",\n                \"end_date\": \"2025-11-30\",\n                \"end_user_name\": null,\n                \"plan_type\": \"plan_postpaid_pay_per_mb\",\n                \"plan_name\": \"Test Plan 1\",\n                \"pool_name\": null,\n                \"canceled_at\": null,\n                \"labels\": [\n                    {\n                        \"name\": \"Test Label 1\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    },\n                    {\n                        \"name\": \"Test Label 2\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    }\n                ],\n                \"company_note\": \"Test Company Note 3\"\n            },\n            {\n                \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\",\n                \"destination\": \"89204160628092186144 (78407987174)\",\n                \"nickname\": \"My Test SIM 4\",\n                \"quantity\": 15,\n                \"unit_price\": 10,\n                \"amount\": 150,\n                \"start_date\": \"2025-11-01\",\n                \"end_date\": \"2025-11-30\",\n                \"end_user_name\": null,\n                \"plan_type\": \"plan_postpaid_pay_per_mb\",\n                \"plan_name\": \"Test Plan 1\",\n                \"pool_name\": null,\n                \"canceled_at\": null,\n                \"labels\": [],\n                \"company_note\": \"Test Company Note 4\"\n            },\n            {\n                \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\",\n                \"destination\": \"89204160628092186145 (78407987175)\",\n                \"nickname\": \"My Test SIM 5\",\n                \"quantity\": 45,\n                \"unit_price\": 0.01,\n                \"amount\": 0.45,\n                \"start_date\": \"2025-11-01\",\n                \"end_date\": \"2025-11-30\",\n                \"end_user_name\": null,\n                \"plan_type\": \"plan_postpaid_pay_per_mb\",\n                \"plan_name\": \"Test Plan 1\",\n                \"pool_name\": null,\n                \"canceled_at\": null,\n                \"labels\": [\n                    {\n                        \"name\": \"Test Label 1\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    }\n                ],\n                \"company_note\": \"Test Company Note 5\"\n            },\n            {\n                \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\",\n                \"destination\": \"89204160628092186146 (78407987176)\",\n                \"nickname\": \"My Test SIM 6\",\n                \"quantity\": 164,\n                \"unit_price\": 0.01,\n                \"amount\": 1.64,\n                \"start_date\": \"2025-11-01\",\n                \"end_date\": \"2025-11-30\",\n                \"end_user_name\": null,\n                \"plan_type\": \"plan_postpaid_pay_per_mb\",\n                \"plan_name\": \"Test Plan 1\",\n                \"pool_name\": null,\n                \"canceled_at\": null,\n                \"labels\": [\n                    {\n                        \"name\": \"Test Label 1\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    }\n                ],\n                \"company_note\": \"Test Company Note 6\"\n            },\n            {\n                \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\",\n                \"destination\": \"89204160628092186147 (78407987177)\",\n                \"nickname\": \"My Test SIM 7\",\n                \"quantity\": 150,\n                \"unit_price\": 0.1,\n                \"amount\": 15,\n                \"start_date\": \"2025-11-01\",\n                \"end_date\": \"2025-11-30\",\n                \"end_user_name\": null,\n                \"plan_type\": \"plan_postpaid_pay_per_mb\",\n                \"plan_name\": \"Test Plan 1\",\n                \"pool_name\": null,\n                \"canceled_at\": null,\n                \"labels\": [\n                    {\n                        \"name\": \"Test Label 1\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    },\n                    {\n                        \"name\": \"Test Label 2\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    }\n                ],\n                \"company_note\": \"Test Company Note 7\"\n            },\n            {\n                \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\",\n                \"destination\": \"89204160628092186148 (78407987178)\",\n                \"nickname\": \"My Test SIM 8\",\n                \"quantity\": 100,\n                \"unit_price\": 2.5,\n                \"amount\": 250,\n                \"start_date\": \"2025-11-01\",\n                \"end_date\": \"2025-11-30\",\n                \"end_user_name\": \"Test End-user 2\",\n                \"plan_type\": \"plan_postpaid_pay_per_mb\",\n                \"plan_name\": \"Test Plan 1\",\n                \"pool_name\": null,\n                \"canceled_at\": null,\n                \"labels\": [\n                    {\n                        \"name\": \"Test Label 1\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    }\n                ],\n                \"company_note\": \"Test Company Note 8\"\n            },\n            {\n                \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\",\n                \"destination\": \"89204160628092186149 (78407987179)\",\n                \"nickname\": \"My Test SIM 9\",\n                \"quantity\": 100,\n                \"unit_price\": 5,\n                \"amount\": 500,\n                \"start_date\": \"2025-11-01\",\n                \"end_date\": \"2025-11-30\",\n                \"end_user_name\": null,\n                \"plan_type\": \"plan_postpaid_pay_per_mb\",\n                \"plan_name\": \"Test Plan 1\",\n                \"pool_name\": null,\n                \"canceled_at\": null,\n                \"labels\": [\n                    {\n                        \"name\": \"Test Label 1\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    },\n                    {\n                        \"name\": \"Test Label 2\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    }\n                ],\n                \"company_note\": \"Test Company Note 9\"\n            },\n            {\n                \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\",\n                \"destination\": \"892041606280921861410 (784079871710)\",\n                \"nickname\": \"My Test SIM 10\",\n                \"quantity\": 300,\n                \"unit_price\": 4,\n                \"amount\": 1200,\n                \"start_date\": \"2025-11-01\",\n                \"end_date\": \"2025-11-30\",\n                \"end_user_name\": null,\n                \"plan_type\": \"plan_postpaid_pay_per_mb\",\n                \"plan_name\": \"Test Plan 1\",\n                \"pool_name\": null,\n                \"canceled_at\": null,\n                \"labels\": [\n                    {\n                        \"name\": \"Test Label 1\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    },\n                    {\n                        \"name\": \"Test Label 2\",\n                        \"uuid\": \"167ed81b-db0b-4f88-b03b-49eda430cb86\"\n                    }\n                ],\n                \"company_note\": \"Test Company Note 10\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 10,\n    \"current_page\": 1,\n    \"total\": 999\n}"},{"id":"bad72ef9-a6b4-4af4-9645-0ddd48a9e387","name":"Success. Filter by Destination","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/pre_bill_item/{{uuid}}/details?destination=89204160628092186143 (78407987171)","host":["{{base_path}}"],"path":["pre_bill_item","{{uuid}}","details"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"destination\" by def.\nAllowed values: \"destination\", \"nickname\", \"quantity\", \"unit_price\", \"amount\", \"end_user_name\", \"plan_type\", \"plan_name\", \"pool_name\", \"canceled_at\", \"start_date\", \"end_date\", \"company_note\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Destination\n - Nickname\n - Quantity\n - Unit price\n - Amount\n - Start date\n - End date","disabled":true},{"key":"destination","value":"89204160628092186143 (78407987171)","description":"optional, filters the page  by exact match of the Destination, filtering by multiple values separated by commas is allowed"},{"key":"nickname","value":null,"description":"optional, filters the page  by exact match of the Nickname, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"end_user_name","value":null,"description":"optional, filters the page  by exact match of the End-user name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_type","value":null,"description":"optional, filters the page  by exact match of the Plan type, filtering by multiple values separated by commas is allowed.\nAllowed values:\n - plan_postpaid_monthly_bundle - Monthly bundle\n - plan_postpaid_pay_per_mb - Pay per MB\n - plan_postpaid_unlimited - Unlimited\n - plan_postpaid_dynamic_pool - Dynamic Pool\n - plan_postpaid_static_pool - Static Pool\n - plan_prepaid_simple - Prepaid\n - plan_paygo - PayGo","disabled":true},{"key":"plan_name","value":null,"description":"optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_name","value":null,"description":"optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"start_date","value":null,"description":"optional, filters the page  by exact match of the Start date, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"end_date","value":null,"description":"optional, filters the page  by exact match of the End date, filtering by multiple values separated by commas is allowed","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 01 Dec 2025 15:40:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=1000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"details\": [\n            {\n                \"uuid\": \"9157b6b4-2d55-4f09-af06-6894407444f6\",\n                \"destination\": \"89204160628092186143 (78407987171)\",\n                \"nickname\": \"89204160628092186143\",\n                \"quantity\": 1,\n                \"unit_price\": 3.24,\n                \"amount\": 3.24,\n                \"start_date\": \"2025-12-01\",\n                \"end_date\": \"2025-12-31\",\n                \"end_user_name\": null,\n                \"plan_type\": \"subscription_dynamic_pool\",\n                \"plan_name\": \"Test Plan\",\n                \"pool_name\": \"Test Pool\",\n                \"canceled_at\": null,\n                \"labels\": [\n                    {\n                        \"name\": \"Test Label 1\",\n                        \"uuid\": \"9157b6b4-2d55-4f09-af06-6894407444f6\"\n                    }\n                ],\n                \"company_note\": \"Test Note 1\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"}],"_postman_id":"f1ea71c9-3e97-4b37-9754-5da51c661fc6"}],"id":"78d8f3a9-555a-4bfc-9687-e78a9a833e69","description":"<p><strong>Single Pre-Bill Item Endpoints</strong> always interact with a specific <strong>Pre-Bill Item</strong>. Endpoints in this category include the <strong>[pre_bill_item_uuid]</strong> parameter as a required part of the URL.</p>\n<p>Replace this parameter to specific <strong>Pre-Bill Item UUID</strong>.</p>\n","_postman_id":"78d8f3a9-555a-4bfc-9687-e78a9a833e69","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}}],"id":"f636ad0f-7071-49bf-8c23-d9670dac5c17","_postman_id":"f636ad0f-7071-49bf-8c23-d9670dac5c17","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Companies API Endpoints","item":[{"name":"Single Company API Endpoints","item":[{"name":"Company Balance","id":"6d86a32a-0091-44f7-a32f-ff2795ef5f79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/company/balance","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get Company own balance.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["company","balance"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"df69a0b4-74dd-4ee7-b7d4-23e70b61ea3f","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/company/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Oct 2025 13:33:28 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"balance\": 5800,\n        \"currency_code\": \"EUR\",\n        \"limit\": 1000\n    },\n    \"status\": \"Success\"\n}"},{"id":"9f3ce693-b17d-4031-bb0f-ab8b6299e0c2","name":"Failed. Invalid Permission","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/company/balance"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Oct 2025 13:36:31 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Forbidden\"\n}"}],"_postman_id":"6d86a32a-0091-44f7-a32f-ff2795ef5f79"},{"name":"Specific Company Balance","id":"987e9245-85a7-41e3-bcde-08f007489df8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/company/{{uuid}}/balance","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get balance of specific Company by its uuid.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["company","{{uuid}}","balance"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"f8af28d4-8fdb-4531-88cd-826d55c3ac77","name":"Success","originalRequest":{"method":"GET","header":[],"url":"/company/{{uuid}}/balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 09:06:17 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"balance\": 255.77,\n        \"currency_code\": \"EUR\",\n        \"limit\": 0\n    },\n    \"status\": \"Success\"\n}"},{"id":"bc057213-0b0d-4745-80bf-1942762dee21","name":"Failed. Missing Required uuid","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/company/{{uuid}}/balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 09:05:00 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Invalid Request\"\n}"},{"id":"2009a861-3ad2-4840-9122-a1b353a782cf","name":"Failed. Invalid uuid","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/company/{{uuid}}/balance"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 09:10:46 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Invalid Request\"\n}"}],"_postman_id":"987e9245-85a7-41e3-bcde-08f007489df8"}],"id":"4ba1e36a-8e40-4fbc-913c-16e989655c97","description":"<p><strong>Single Company Endpoints</strong> always interact with a specific Company. Endpoints in this category include the <strong>[company_uuid]</strong> parameter as a required part of the URL.</p>\n<p>Replace this parameter to specific <strong>Company UUID</strong>.</p>\n","_postman_id":"4ba1e36a-8e40-4fbc-913c-16e989655c97","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Companies API Endpoints","item":[{"name":"Companies Page","id":"5eb4b67e-7ace-4e8c-87b9-c997ff7e7874","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/companies/page","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Companies. Can be used with search, sort and filters.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["companies","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"uuid\" by def.\nAllowed values: \"uuid\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>name</li>\n<li>vat_number</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[{"id":"20eaefd3-9923-493f-becb-dd1d7d0a091b","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://platform.droam.com.local/rest/v3/companies/page?page_size=3","protocol":"http","host":["platform","droam","com","local"],"path":["rest","v3","companies","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"3","description":"optional, count of selected items, \"10\" by def. Max 100 items."},{"key":"sort_field","value":"","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Name\n - Vat number","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 07:04:40 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=1000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 3,\n    \"current_page\": 1,\n    \"total\": 100,\n    \"data\": {\n        \"companies\": [\n            {\n                \"status\": {\n                    \"id\": 1,\n                    \"title\": \"pending\"\n                },\n                \"count_of_sim_cards\": 0,\n                \"count_of_prepaid_sims\": 0,\n                \"count_of_postpaid_sims\": 0,\n                \"count_of_paygo_sims\": 0,\n                \"wallet_balance\": 0,\n                \"organization\": {\n                    \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                    \"name\": \"Organization 1\"\n                },\n                \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                \"name\": \"Company 1\"\n            },\n            {\n                \"status\": {\n                    \"id\": 1,\n                    \"title\": \"pending\"\n                },\n                \"count_of_sim_cards\": 0,\n                \"count_of_prepaid_sims\": 0,\n                \"count_of_postpaid_sims\": 0,\n                \"count_of_paygo_sims\": 0,\n                \"wallet_balance\": 0,\n                \"organization\": {\n                    \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                    \"name\": \"Organization 2\"\n                },\n                \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                \"name\": \"Company 2\"\n            },\n            {\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"count_of_sim_cards\": 93,\n                \"count_of_prepaid_sims\": 0,\n                \"count_of_postpaid_sims\": 93,\n                \"count_of_paygo_sims\": 0,\n                \"wallet_balance\": 0,\n                \"organization\": {\n                    \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                    \"name\": \"Organization 3\"\n                },\n                \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                \"name\": \"Company 3\"\n            }\n        ]\n    }\n}"},{"id":"8276ea84-e41a-45f1-ac62-e59269dc2033","name":"Success. Search by Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/companies/page?page_size=3&search=Company 1","host":["{{base_path}}"],"path":["companies","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"3","description":"optional, count of selected items, \"10\" by def. Max 100 items."},{"key":"sort_field","value":"","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"Company 1","description":"optional, searches for the entered fragment among fields such as:\n - Name\n - Vat number"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 07:04:40 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=1000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1,\n    \"data\": {\n        \"companies\": [\n            {\n                \"status\": {\n                    \"id\": 1,\n                    \"title\": \"pending\"\n                },\n                \"count_of_sim_cards\": 0,\n                \"count_of_prepaid_sims\": 0,\n                \"count_of_postpaid_sims\": 0,\n                \"count_of_paygo_sims\": 0,\n                \"wallet_balance\": 0,\n                \"organization\": {\n                    \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                    \"name\": \"Organization 1\"\n                },\n                \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                \"name\": \"Company 1\"\n            }\n        ]\n    }\n}"}],"_postman_id":"5eb4b67e-7ace-4e8c-87b9-c997ff7e7874"},{"name":"Companies Balances","id":"1bb998d4-0cac-4f1d-8bd5-6c8094ec99b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_path}}/companies/balances","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Companies with their balances. Can be used with search, sort and filters.</p>\n","urlObject":{"path":["companies","balances"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>name</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, filter by name</p>\n","type":"text/plain"},"key":"company_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filter by company uuid</p>\n","type":"text/plain"},"key":"company_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, \"uuid\" by def, Allowed values: \"name\", \"uuid\", \"current_balance')</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""}],"variable":[]}},"response":[{"id":"fa1cd343-8bdd-4a79-880f-1a707ea4a8c4","name":"Success.  Default Params","originalRequest":{"method":"GET","header":[],"url":{"raw":"/companies/balances","path":["companies","balances"],"query":[{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - name","disabled":true},{"key":"company_name","value":"","description":"optional, filter by name","disabled":true},{"key":"company_uuid","value":"","description":"optional, filter by company uuid","disabled":true},{"key":"sort_field","value":"","description":"optional, \"uuid\" by def, Allowed values: \"name\", \"uuid\", \"current_balance'","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 08:56:37 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"companies\": [\n            {\n                \"uuid\": \"fb672c0e-2395-42b5-be1e-16dca6c33f5a\",\n                \"name\": \"name1\",\n                \"balance\": {\n                    \"balance\": 0,\n                    \"currency_code\": \"EUR\",\n                    \"limit\": 0\n                }\n            },\n            {\n                \"uuid\": \"fb672c0e-2395-42b5-be1e-16dca6c33f5b\",\n                \"name\": \"name 2\",\n                \"balance\": {\n                    \"balance\": 20,\n                    \"currency_code\": \"EUR\",\n                    \"limit\": 0\n                }\n            },\n            {\n                \"uuid\": \"fb672c0e-2395-42b5-be1e-16dca6c33f5c\",\n                \"name\": \"name 3\",\n                \"balance\": {\n                    \"balance\": 0,\n                    \"currency_code\": \"EUR\",\n                    \"limit\": 0\n                }\n            },\n            {\n                \"uuid\": \"fb672c0e-2395-42b5-be1e-16dca6c33f5d\",\n                \"name\": \"name 4\",\n                \"balance\": {\n                    \"balance\": 0,\n                    \"currency_code\": \"EUR\",\n                    \"limit\": 0\n                }\n            },\n            {\n                \"uuid\": \"4eeefab1-f157-45bc-8c20-84cb4088648a\",\n                \"name\": \"name 5\",\n                \"balance\": {\n                    \"balance\": 255.77,\n                    \"currency_code\": \"EUR\",\n                    \"limit\": 0\n                }\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 5,\n    \"current_page\": 1,\n    \"total\": 5\n}"},{"id":"17ec8566-153d-429f-8424-5d3204dd4f10","name":"Success. All Params","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/companies/balances?search=name 1&company_name=name 1&company_uuid=fb672c0e-2395-42b5-be1e-16dca6c33f5a&sort_field=name&sort_order=asc&current_page=1&page_size=10","host":["{{base_path}}"],"path":["companies","balances"],"query":[{"key":"search","value":"name 1","description":"optional, searches for the entered fragment among fields such as:\n - name"},{"key":"company_name","value":"name 1","description":"optional, filter by name"},{"key":"company_uuid","value":"fb672c0e-2395-42b5-be1e-16dca6c33f5a","description":"optional, filter by company uuid"},{"key":"sort_field","value":"name","description":"optional, \"uuid\" by def, Allowed values: \"name\", \"uuid\", \"current_balance')"},{"key":"sort_order","value":"asc","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\""},{"key":"current_page","value":"1","description":"optional, \"1\" by def."},{"key":"page_size","value":"10","description":"optional, count of selected items, \"10\" by def. Max 100 items."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 09:00:44 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"companies\": [\n            {\n                \"uuid\": \"fb672c0e-2395-42b5-be1e-16dca6c33f5a\",\n                \"name\": \"name 1\",\n                \"balance\": {\n                    \"balance\": 0,\n                    \"currency_code\": \"EUR\",\n                    \"limit\": 0\n                }\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"},{"id":"38b9f1f9-6944-40fc-b45a-020c2da256c1","name":"Success. No Records","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/companies/balances?company_uuid=fb672c0e-2395-42b5-be1e-16dca6c33f5a ","host":["{{base_path}}"],"path":["companies","balances"],"query":[{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - name","disabled":true},{"key":"company_name","value":"","description":"optional, filter by name","disabled":true},{"key":"company_uuid","value":"fb672c0e-2395-42b5-be1e-16dca6c33f5a ","description":"optional, filter by company uuid"},{"key":"sort_field","value":"","description":"optional, \"uuid\" by def, Allowed values: \"name\", \"uuid\", \"current_balance')","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 09:02:28 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"companies\": []\n    },\n    \"from_item\": 0,\n    \"to_item\": 0,\n    \"current_page\": 1,\n    \"total\": 0\n}"},{"id":"1413cf57-cd14-4877-903d-5427b0a0255f","name":"Failed. Invalid Permission","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/companies/balances","host":["{{base_path}}"],"path":["companies","balances"],"query":[{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - name","disabled":true},{"key":"company_name","value":"","description":"optional, filter by name","disabled":true},{"key":"company_uuid","value":"","description":"optional, filter by company uuid","disabled":true},{"key":"sort_field","value":"","description":"optional, \"uuid\" by def, Allowed values: \"name\", \"uuid\", \"current_balance')","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Oct 2025 09:03:32 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Forbidden\"\n}"}],"_postman_id":"1bb998d4-0cac-4f1d-8bd5-6c8094ec99b2"},{"name":"Create Company","id":"4d0b383c-8311-4a08-ae4a-f5395cd7cd7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"<p>required, the name of the company </p>\n","type":"text"},{"key":"currency_code","value":"EUR","description":"<p>required, code of the country, available from Countries Api Endpoints</p>\n","type":"text"},{"key":"country_code","value":"NL","description":"<p>required, code of the country, available from Countries Api Endpoints</p>\n","type":"text"},{"key":"is_company_owner","value":"","description":"<p>optional, define that authorized user will be company owner</p>\n","type":"text","disabled":true},{"key":"is_billing_enable","value":"true","description":"<p>optional, define that billing will be available for company</p>\n","type":"text"},{"key":"billing_type","value":"advance","description":"<p>optional, cannot be without is_billing_enable parameter, define type of billing \nAllowed values:</p>\n<ul>\n<li>advance</li>\n<li>postpaid</li>\n</ul>\n","type":"text"},{"key":"invoice_service_identifier","value":"","description":"<p>optional, define unique identifier in invoice service integraiton</p>\n","type":"text","disabled":true},{"key":"is_allow_wallet","value":"","description":"<p>optional, define that wallet will be available for company</p>\n","type":"text","disabled":true},{"key":"balance_limit","value":"","description":"<p>optional, define min balance limit for wallet</p>\n","type":"text","disabled":true},{"key":"contact_name","value":"","description":"<p>optional, define notification contact name</p>\n","type":"text","disabled":true},{"key":"contact_email","value":"","description":"<p>optional, define notification contact email</p>\n","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"<p>optional, define labels that will be pinned to company</p>\n","type":"text","disabled":true},{"key":"vat_percent","value":"","description":"<p>optional, define percent of VAT for company, max:40</p>\n","type":"text","disabled":true},{"key":"vat_number","value":"","description":"<p>optional, define VAT number for company</p>\n","type":"text","disabled":true},{"key":"account_manager_email","value":"","description":"<p>optional, define email of company account manager</p>\n","type":"text","disabled":true},{"key":"copy_permissions_account_uuid","value":"","description":"<p>optional, UUID of the account from which the permissions will be copied</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/companies/create","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>🌐 ORGANIZATIONS</td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to create Comapny. Can be used with all possible parameters for customer.</p>\n","urlObject":{"path":["companies","create"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"9826bdbf-4ac0-4a04-a9f4-7de45955c817","name":"Success. All Possible Params","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"required, the name of the company ","type":"text"},{"key":"currency_code","value":"EUR","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"country_code","value":"NL","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"is_company_owner","value":"true","description":"optional, define that authorized user will be company owner","type":"text"},{"key":"is_billing_enable","value":"true","description":"optional, define that billing will be available for company","type":"text"},{"key":"billing_type","value":"advance","description":"optional, required with is_billing_enable, define type of billing \nAllowed values:\n - advance\n - postpaid","type":"text"},{"key":"invoice_service_identifier","value":"AD0123","description":"optional, define unique identifier in invoice service integraiton","type":"text"},{"key":"is_allow_wallet","value":"true","description":"optional, define that wallet will be available for company","type":"text"},{"key":"balance_limit","value":"5","description":"optional, define min balance limit for wallet","type":"text"},{"key":"contact_name","value":"Test User","description":"optional, define notification contact name","type":"text"},{"key":"contact_email","value":"testuser@example.com","description":"optional, define notification contact email","type":"text"},{"key":"label_uuid[]","value":"1069f59f-9e8b-47a4-93a5-71b59f8fe9f7","description":"optional, define labels that will be pinned to company","type":"text"},{"key":"vat_percent","value":"20","description":"optional, define percent of VAT for company, max:40","type":"text"},{"key":"vat_number","value":"NL656325938B01","description":"optional, define VAT number for company","type":"text"},{"key":"account_manager_email","value":"testmanager@example.com","description":"optional, define email of company account manager","type":"text"},{"key":"copy_permissions_account_uuid","value":"ba7145d4-c35b-4a9e-bf23-6a902de23c8a","description":"optional, UUID of the account from which the permissions will be copied","type":"text"}]},"url":"/companies/create"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 11 Nov 2025 12:25:04 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=1000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Company has been created\"\n}"},{"id":"c6188b47-cd28-4f19-b56d-e60903cddde0","name":"Success. Only Required Params","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"required, the name of the company ","type":"text"},{"key":"currency_code","value":"EUR","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"country_code","value":"NL","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"is_company_owner","value":"","description":"optional, define that authorized user will be company owner","type":"text","disabled":true},{"key":"is_billing_enable","value":"","description":"optional, define that billing will be available for company","type":"text","disabled":true},{"key":"billing_type","value":"","description":"optional, required with is_billing_enable, define type of billing \nAllowed values:\n - advance\n - postpaid","type":"text","disabled":true},{"key":"invoice_service_identifier","value":"","description":"optional, define unique identifier in invoice service integraiton","type":"text","disabled":true},{"key":"is_allow_wallet","value":"","description":"optional, define that wallet will be available for company","type":"text","disabled":true},{"key":"balance_limit","value":"","description":"optional, define min balance limit for wallet","type":"text","disabled":true},{"key":"contact_name","value":"","description":"optional, define notification contact name","type":"text","disabled":true},{"key":"contact_email","value":"","description":"optional, define notification contact email","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional, define labels that will be pinned to company","type":"text","disabled":true},{"key":"vat_percent","value":"","description":"optional, define percent of VAT for company, max:40","type":"text","disabled":true},{"key":"vat_number","value":"","description":"optional, define VAT number for company","type":"text","disabled":true},{"key":"account_manager_email","value":"","description":"optional, define email of company account manager","type":"text","disabled":true},{"key":"copy_permissions_account_uuid","value":"","description":"optional, UUID of the account from which the permissions will be copied","type":"text","disabled":true}]},"url":"{{base_path}}/companies/create"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 11 Nov 2025 12:27:18 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=1000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Company has been created\"\n}"},{"id":"5d24420c-1239-4692-a103-ebd39268f507","name":"Failed. Not enought rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"required, the name of the company ","type":"text"},{"key":"currency_code","value":"EUR","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"country_code","value":"NL","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"is_company_owner","value":"","description":"optional, define that authorized user will be company owner","type":"text","disabled":true},{"key":"is_billing_enable","value":"","description":"optional, define that billing will be available for company","type":"text","disabled":true},{"key":"billing_type","value":"","description":"optional, required with is_billing_enable, define type of billing \nAllowed values:\n - advance\n - postpaid","type":"text","disabled":true},{"key":"invoice_service_identifier","value":"","description":"optional, define unique identifier in invoice service integraiton","type":"text","disabled":true},{"key":"is_allow_wallet","value":"","description":"optional, define that wallet will be available for company","type":"text","disabled":true},{"key":"balance_limit","value":"","description":"optional, define min balance limit for wallet","type":"text","disabled":true},{"key":"contact_name","value":"","description":"optional, define notification contact name","type":"text","disabled":true},{"key":"contact_email","value":"","description":"optional, define notification contact email","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional, define labels that will be pinned to company","type":"text","disabled":true},{"key":"vat_percent","value":"","description":"optional, define percent of VAT for company, max:40","type":"text","disabled":true},{"key":"vat_number","value":"","description":"optional, define VAT number for company","type":"text","disabled":true},{"key":"account_manager_email","value":"","description":"optional, define email of company account manager","type":"text","disabled":true},{"key":"copy_permissions_account_uuid","value":"","description":"optional, UUID of the account from which the permissions will be copied","type":"text","disabled":true}]},"url":"{{base_path}}/companies/create"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 11 Nov 2025 12:28:18 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=1000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Forbidden\"\n}"},{"id":"79f46e15-aadb-4581-a06c-74a41be66dc3","name":"Failed. Limit without enabled wallet","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"required, the name of the company ","type":"text"},{"key":"currency_code","value":"EUR","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"country_code","value":"NL","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"is_company_owner","value":"","description":"optional, define that authorized user will be company owner","type":"text","disabled":true},{"key":"is_billing_enable","value":"","description":"optional, define that billing will be available for company","type":"text","disabled":true},{"key":"billing_type","value":"","description":"optional, required with is_billing_enable, define type of billing \nAllowed values:\n - advance\n - postpaid","type":"text","disabled":true},{"key":"invoice_service_identifier","value":"","description":"optional, define unique identifier in invoice service integraiton","type":"text","disabled":true},{"key":"is_allow_wallet","value":"","description":"optional, define that wallet will be available for company","type":"text","disabled":true},{"key":"balance_limit","value":"5","description":"optional, define min balance limit for wallet","type":"text"},{"key":"contact_name","value":"","description":"optional, define notification contact name","type":"text","disabled":true},{"key":"contact_email","value":"","description":"optional, define notification contact email","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional, define labels that will be pinned to company","type":"text","disabled":true},{"key":"vat_percent","value":"","description":"optional, define percent of VAT for company, max:40","type":"text","disabled":true},{"key":"vat_number","value":"","description":"optional, define VAT number for company","type":"text","disabled":true},{"key":"account_manager_email","value":"","description":"optional, define email of company account manager","type":"text","disabled":true},{"key":"copy_permissions_account_uuid","value":"","description":"optional, UUID of the account from which the permissions will be copied","type":"text","disabled":true}]},"url":"{{base_path}}/companies/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 11 Nov 2025 12:31:49 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Your wallet is disabled\"\n}"},{"id":"09c82103-3a53-4ffb-9026-dfdc3dd0cd61","name":"Failed. Wrong email format","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"required, the name of the company ","type":"text"},{"key":"currency_code","value":"EUR","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"country_code","value":"NL","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"is_company_owner","value":"","description":"optional, define that authorized user will be company owner","type":"text","disabled":true},{"key":"is_billing_enable","value":"","description":"optional, define that billing will be available for company","type":"text","disabled":true},{"key":"billing_type","value":"","description":"optional, required with is_billing_enable, define type of billing \nAllowed values:\n - advance\n - postpaid","type":"text","disabled":true},{"key":"invoice_service_identifier","value":"","description":"optional, define unique identifier in invoice service integraiton","type":"text","disabled":true},{"key":"is_allow_wallet","value":"","description":"optional, define that wallet will be available for company","type":"text","disabled":true},{"key":"balance_limit","value":"","description":"optional, define min balance limit for wallet","type":"text","disabled":true},{"key":"contact_name","value":"","description":"optional, define notification contact name","type":"text","disabled":true},{"key":"contact_email","value":"contact.com","description":"optional, define notification contact email","type":"text"},{"key":"label_uuid[]","value":"","description":"optional, define labels that will be pinned to company","type":"text","disabled":true},{"key":"vat_percent","value":"","description":"optional, define percent of VAT for company, max:40","type":"text","disabled":true},{"key":"vat_number","value":"","description":"optional, define VAT number for company","type":"text","disabled":true},{"key":"account_manager_email","value":"","description":"optional, define email of company account manager","type":"text","disabled":true},{"key":"copy_permissions_account_uuid","value":"","description":"optional, UUID of the account from which the permissions will be copied","type":"text","disabled":true}]},"url":"{{base_path}}/companies/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 11 Nov 2025 12:34:03 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The contact email must be a valid email address.\"\n}"},{"id":"c0584ab8-31cc-438d-971c-ec5496432bce","name":"Failed. Not available contact email","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"required, the name of the company ","type":"text"},{"key":"currency_code","value":"EUR","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"country_code","value":"NL","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"is_company_owner","value":"","description":"optional, define that authorized user will be company owner","type":"text","disabled":true},{"key":"is_billing_enable","value":"","description":"optional, define that billing will be available for company","type":"text","disabled":true},{"key":"billing_type","value":"","description":"optional, required with is_billing_enable, define type of billing \nAllowed values:\n - advance\n - postpaid","type":"text","disabled":true},{"key":"invoice_service_identifier","value":"","description":"optional, define unique identifier in invoice service integraiton","type":"text","disabled":true},{"key":"is_allow_wallet","value":"","description":"optional, define that wallet will be available for company","type":"text","disabled":true},{"key":"balance_limit","value":"","description":"optional, define min balance limit for wallet","type":"text","disabled":true},{"key":"contact_name","value":"","description":"optional, define notification contact name","type":"text","disabled":true},{"key":"contact_email","value":"test@example.com","description":"optional, define notification contact email","type":"text"},{"key":"label_uuid[]","value":"","description":"optional, define labels that will be pinned to company","type":"text","disabled":true},{"key":"vat_percent","value":"","description":"optional, define percent of VAT for company, max:40","type":"text","disabled":true},{"key":"vat_number","value":"","description":"optional, define VAT number for company","type":"text","disabled":true},{"key":"account_manager_email","value":"","description":"optional, define email of company account manager","type":"text","disabled":true},{"key":"copy_permissions_account_uuid","value":"","description":"optional, UUID of the account from which the permissions will be copied","type":"text","disabled":true}]},"url":"{{base_path}}/companies/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 11 Nov 2025 12:34:52 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The contact email has already been taken.\"\n}"},{"id":"2359a038-19eb-4829-9cbf-4d470e18d585","name":"Failed. Currency not allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"required, the name of the company ","type":"text"},{"key":"currency_code","value":"ILS","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"country_code","value":"NL","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"is_company_owner","value":"","description":"optional, define that authorized user will be company owner","type":"text","disabled":true},{"key":"is_billing_enable","value":"","description":"optional, define that billing will be available for company","type":"text","disabled":true},{"key":"billing_type","value":"","description":"optional, required with is_billing_enable, define type of billing \nAllowed values:\n - advance\n - postpaid","type":"text","disabled":true},{"key":"invoice_service_identifier","value":"","description":"optional, define unique identifier in invoice service integraiton","type":"text","disabled":true},{"key":"is_allow_wallet","value":"","description":"optional, define that wallet will be available for company","type":"text","disabled":true},{"key":"balance_limit","value":"","description":"optional, define min balance limit for wallet","type":"text","disabled":true},{"key":"contact_name","value":"","description":"optional, define notification contact name","type":"text","disabled":true},{"key":"contact_email","value":"","description":"optional, define notification contact email","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional, define labels that will be pinned to company","type":"text","disabled":true},{"key":"vat_percent","value":"","description":"optional, define percent of VAT for company, max:40","type":"text","disabled":true},{"key":"vat_number","value":"","description":"optional, define VAT number for company","type":"text","disabled":true},{"key":"account_manager_email","value":"","description":"optional, define email of company account manager","type":"text","disabled":true},{"key":"copy_permissions_account_uuid","value":"","description":"optional, UUID of the account from which the permissions will be copied","type":"text","disabled":true}]},"url":"{{base_path}}/companies/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 11 Nov 2025 12:39:26 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Currency not allowed\"\n}"},{"id":"7070d4f7-b5d4-40ff-abe9-08a92cd7eea2","name":"Failed. VAT not allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"required, the name of the company ","type":"text"},{"key":"currency_code","value":"EUR","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"country_code","value":"NL","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"is_company_owner","value":"","description":"optional, define that authorized user will be company owner","type":"text","disabled":true},{"key":"is_billing_enable","value":"","description":"optional, define that billing will be available for company","type":"text","disabled":true},{"key":"billing_type","value":"","description":"optional, required with is_billing_enable, define type of billing \nAllowed values:\n - advance\n - postpaid","type":"text","disabled":true},{"key":"invoice_service_identifier","value":"","description":"optional, define unique identifier in invoice service integraiton","type":"text","disabled":true},{"key":"is_allow_wallet","value":"","description":"optional, define that wallet will be available for company","type":"text","disabled":true},{"key":"balance_limit","value":"","description":"optional, define min balance limit for wallet","type":"text","disabled":true},{"key":"contact_name","value":"","description":"optional, define notification contact name","type":"text","disabled":true},{"key":"contact_email","value":"","description":"optional, define notification contact email","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional, define labels that will be pinned to company","type":"text","disabled":true},{"key":"vat_percent","value":"30","description":"optional, define percent of VAT for company, max:40","type":"text"},{"key":"vat_number","value":"","description":"optional, define VAT number for company","type":"text","disabled":true},{"key":"account_manager_email","value":"","description":"optional, define email of company account manager","type":"text","disabled":true},{"key":"copy_permissions_account_uuid","value":"","description":"optional, UUID of the account from which the permissions will be copied","type":"text","disabled":true}]},"url":"{{base_path}}/companies/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 11 Nov 2025 12:42:10 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"VAT not allowed\"\n}"},{"id":"759433bf-ed92-4158-a286-1fa9ceabf694","name":"Failed. Billing type wit","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"required, the name of the company ","type":"text"},{"key":"currency_code","value":"EUR","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"country_code","value":"NL","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"is_company_owner","value":"","description":"optional, define that authorized user will be company owner","type":"text","disabled":true},{"key":"is_billing_enable","value":"","description":"optional, define that billing will be available for company","type":"text","disabled":true},{"key":"billing_type","value":"advance","description":"optional, required with is_billing_enable, define type of billing \nAllowed values:\n - advance\n - postpaid","type":"text"},{"key":"invoice_service_identifier","value":"","description":"optional, define unique identifier in invoice service integraiton","type":"text","disabled":true},{"key":"is_allow_wallet","value":"","description":"optional, define that wallet will be available for company","type":"text","disabled":true},{"key":"balance_limit","value":"","description":"optional, define min balance limit for wallet","type":"text","disabled":true},{"key":"contact_name","value":"","description":"optional, define notification contact name","type":"text","disabled":true},{"key":"contact_email","value":"","description":"optional, define notification contact email","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional, define labels that will be pinned to company","type":"text","disabled":true},{"key":"vat_percent","value":"","description":"optional, define percent of VAT for company, max:40","type":"text","disabled":true},{"key":"vat_number","value":"","description":"optional, define VAT number for company","type":"text","disabled":true},{"key":"account_manager_email","value":"","description":"optional, define email of company account manager","type":"text","disabled":true},{"key":"copy_permissions_account_uuid","value":"","description":"optional, UUID of the account from which the permissions will be copied","type":"text","disabled":true}]},"url":"{{base_path}}/companies/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 11 Nov 2025 12:49:43 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The is billing enable field is required when billing type is present.\"\n}"},{"id":"a33522d6-29b5-4d91-8d39-540c53274eb9","name":"Failed. Advance billing not allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_name","value":"Test Company","description":"required, the name of the company ","type":"text"},{"key":"currency_code","value":"EUR","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"country_code","value":"NL","description":"required, code of the country, available from Countries Api Endpoints","type":"text"},{"key":"is_company_owner","value":"","description":"optional, define that authorized user will be company owner","type":"text","disabled":true},{"key":"is_billing_enable","value":"true","description":"optional, define that billing will be available for company","type":"text"},{"key":"billing_type","value":"advance","description":"optional, cannot be without is_billing_enable parameter, define type of billing \nAllowed values:\n - advance\n - postpaid","type":"text"},{"key":"invoice_service_identifier","value":"","description":"optional, define unique identifier in invoice service integraiton","type":"text","disabled":true},{"key":"is_allow_wallet","value":"","description":"optional, define that wallet will be available for company","type":"text","disabled":true},{"key":"balance_limit","value":"","description":"optional, define min balance limit for wallet","type":"text","disabled":true},{"key":"contact_name","value":"","description":"optional, define notification contact name","type":"text","disabled":true},{"key":"contact_email","value":"","description":"optional, define notification contact email","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional, define labels that will be pinned to company","type":"text","disabled":true},{"key":"vat_percent","value":"","description":"optional, define percent of VAT for company, max:40","type":"text","disabled":true},{"key":"vat_number","value":"","description":"optional, define VAT number for company","type":"text","disabled":true},{"key":"account_manager_email","value":"","description":"optional, define email of company account manager","type":"text","disabled":true},{"key":"copy_permissions_account_uuid","value":"","description":"optional, UUID of the account from which the permissions will be copied","type":"text","disabled":true}]},"url":"{{base_path}}/companies/create"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 11 Nov 2025 12:54:46 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Advance billing not allowed\"\n}"}],"_postman_id":"4d0b383c-8311-4a08-ae4a-f5395cd7cd7c"}],"id":"362c026b-78c1-4ba6-bebe-bbac27883116","description":"<p>Endpoints in this category operate on <strong>collections of Companies</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"362c026b-78c1-4ba6-bebe-bbac27883116","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}}],"id":"0897fbd1-d0e3-48e5-8395-a8474fea2424","description":"<p>Endpoints in this category operate on <strong>collections of Companies</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"0897fbd1-d0e3-48e5-8395-a8474fea2424","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Countries API Endpoints","item":[{"name":"Countries Page","id":"78f6098b-d601-45ec-9f65-4b5adebb8269","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/countries/page","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to get a page of available on platform countries.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["countries","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"iso2\" by def.\nAllowed values: \"iso2\", \"name\".</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>iso2</li>\n<li>name</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, country code</p>\n","type":"text/plain"},"key":"iso2","value":""}],"variable":[]}},"response":[{"id":"fa0d2892-0ba9-44db-b4f3-9fe04ca98671","name":"Success. Find by iso2","originalRequest":{"method":"GET","header":[],"url":{"raw":"/countries/page?iso2=NL","path":["countries","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"iso2\" by def.\nAllowed values: \"iso2\", \"name\".","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - iso2\n - name","disabled":true},{"key":"iso2","value":"NL","description":"optional, country code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Mar 2025 15:29:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"countries\": [\n            {\n                \"iso2\": \"NL\",\n                \"name\": \"Netherlands\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"}],"_postman_id":"78f6098b-d601-45ec-9f65-4b5adebb8269"}],"id":"142d6652-2ad6-4e24-9785-96529d63802c","description":"<p>Endpoints in this category operate on <strong>collections of Countries</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"142d6652-2ad6-4e24-9785-96529d63802c","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Currencies API Endpoints","item":[{"name":"Currencies Page","id":"7e6df2bb-ef94-43a4-b28b-6141d3fa0d03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_path}}/currencies/page","urlObject":{"path":["currencies","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, filter by currency code</p>\n","type":"text/plain"},"key":"code","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>title</li>\n<li>code</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, \"title\" by def, Allowed values: \"title\", \"code\")</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""}],"variable":[]}},"response":[{"id":"f40a4773-ba2e-4014-94bf-c4f40c0e4a40","name":"Success. No Params","originalRequest":{"method":"GET","header":[],"url":"/currencies/page"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 06 Nov 2025 08:33:06 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"currencies\": [\n            {\n                \"title\": \"Australian Dollar\",\n                \"code\": \"AUD\"\n            },\n            {\n                \"title\": \"Brazilian real\",\n                \"code\": \"BRL\"\n            },\n            {\n                \"title\": \"Canadian Dollar\",\n                \"code\": \"CAD\"\n            },\n            {\n                \"title\": \"Chilean peso\",\n                \"code\": \"CLP\"\n            },\n            {\n                \"title\": \"Colombian peso\",\n                \"code\": \"COP\"\n            },\n            {\n                \"title\": \"Czech koruna\",\n                \"code\": \"CZK\"\n            },\n            {\n                \"title\": \"Danish krone\",\n                \"code\": \"DKK\"\n            },\n            {\n                \"title\": \"Euro\",\n                \"code\": \"EUR\"\n            },\n            {\n                \"title\": \"Hong Kong dollar\",\n                \"code\": \"HKD\"\n            },\n            {\n                \"title\": \"Hungarian forint\",\n                \"code\": \"HUF\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 10,\n    \"current_page\": 1,\n    \"total\": 37\n}"},{"id":"2a02da90-2966-4c9d-95be-69c14b85b5a5","name":"Success. Filter By Code","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/currencies/page?code=USD","host":["{{base_path}}"],"path":["currencies","page"],"query":[{"key":"code","value":"USD","description":"optional, filter by currency code"},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - title\n - code","disabled":true},{"key":"sort_field","value":"","description":"optional, \"title\" by def, Allowed values: \"title\", \"code\")","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 06 Nov 2025 08:33:47 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"currencies\": [\n            {\n                \"title\": \"United States dollar\",\n                \"code\": \"USD\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"},{"id":"8678b379-ea5b-4e5e-b2d5-0f2ad02fa5e6","name":"Success. No Data Found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/currencies/page?code=invalid code","host":["{{base_path}}"],"path":["currencies","page"],"query":[{"key":"code","value":"invalid code","description":"optional, filter by currency code"}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 04 Nov 2025 12:35:53 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"currencies\": []\n    },\n    \"from_item\": 0,\n    \"to_item\": 0,\n    \"current_page\": 1,\n    \"total\": 0\n}"},{"id":"bdd255d1-65ed-431c-a412-0d896c418f33","name":"Failed. Unauthorized","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/currencies/page"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 04 Nov 2025 12:37:32 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"unauthorized\"\n}"}],"_postman_id":"7e6df2bb-ef94-43a4-b28b-6141d3fa0d03"}],"id":"27192a0c-5a9f-4ece-8ef6-da4b265c7042","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to get a page of available on platform currencies. Can be used with search, sort and filters.</p>\n","_postman_id":"27192a0c-5a9f-4ece-8ef6-da4b265c7042","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"End User API Endpoints","item":[{"name":"Single End User API Endpoints","item":[{"name":"End User Update Token","id":"f8f0884a-6de2-47e8-8b18-c490e3a2b1ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"type","value":"","description":"<p>Type of payment providers.\nAllowed values: \"cardknox\", \"stripe\".</p>\n"},{"key":"token","value":"","description":"<p>Credit cart Token.</p>\n"},{"key":"cc_type","value":"","description":"<p>Type of credit card. Like \"Visa\", etc.</p>\n"},{"key":"last_four","value":"","description":"<p>Last 4 numbers of card.</p>\n"},{"key":"card_holder_name","value":"","description":"<p>Card Holder Name.</p>\n"},{"key":"exp_month","value":"","description":"<p>Expiry month.</p>\n"},{"key":"exp_year","value":"","description":"<p>Expiry year.</p>\n"}]},"url":"{{base_path}}/end_user/{{end_user_uuid}}/credit_card/update_token","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to update End User credit card.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["end_user","{{end_user_uuid}}","credit_card","update_token"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"0c768762-b0ec-44c6-ac77-a663dacf7a7a","name":"Success","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/end_user/e196ea65-1739-41e1-9464-99ff50ecd89a/credit_card/update_token?type=cardknox&token=1111&cc_type=visa&last_four=1111&card_holder_name=Ivan&exp_month=12&exp_year=2025","host":["{{base_path}}"],"path":["end_user","e196ea65-1739-41e1-9464-99ff50ecd89a","credit_card","update_token"],"query":[{"key":"type","value":"cardknox"},{"key":"token","value":"1111"},{"key":"cc_type","value":"visa"},{"key":"last_four","value":"1111"},{"key":"card_holder_name","value":"Ivan"},{"key":"exp_month","value":"12"},{"key":"exp_year","value":"2025"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:16:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"Success\",\n    \"message\": \"Your credit card has been added\",\n    \"data\": []\n}"},{"id":"ede7587e-b0c1-4464-b819-8f33df46e7be","name":"Failed. Incorrect User Uuid","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/end_user/16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293/credit_card/update_token?type=mycardtype&token=1111&cc_type=visa&last_four=1111&card_holder_name=Ivan&exp_month=12&exp_year=31","host":["{{base_path}}"],"path":["end_user","16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293","credit_card","update_token"],"query":[{"key":"type","value":"mycardtype"},{"key":"token","value":"1111"},{"key":"cc_type","value":"visa"},{"key":"last_four","value":"1111"},{"key":"card_holder_name","value":"Ivan"},{"key":"exp_month","value":"12"},{"key":"exp_year","value":"31"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:07:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"User Not Found\"\n}"},{"id":"60d1eef0-155e-4f37-bba2-472744f51e46","name":"Failed. Incorrect payment type","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/end_user/e196ea65-1739-41e1-9464-99ff50ecd89a/credit_card/update_token?type=cardknox&cc_type=visa&last_four=1111&card_holder_name=Ivan&exp_month=12&exp_year=31","host":["{{base_path}}"],"path":["end_user","e196ea65-1739-41e1-9464-99ff50ecd89a","credit_card","update_token"],"query":[{"key":"type","value":"cardknox"},{"key":"token","value":"1111","disabled":true},{"key":"cc_type","value":"visa"},{"key":"last_four","value":"1111"},{"key":"card_holder_name","value":"Ivan"},{"key":"exp_month","value":"12"},{"key":"exp_year","value":"31"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:08:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The type is incorrect\"\n}"},{"id":"7331eb71-65ce-4f88-8b89-e5a26a3b5161","name":"Failed. Without token","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/end_user/e196ea65-1739-41e1-9464-99ff50ecd89a/credit_card/update_token?type=cardknox&token=1111&last_four=1111&card_holder_name=Ivan&exp_month=12&exp_year=31","host":["{{base_path}}"],"path":["end_user","e196ea65-1739-41e1-9464-99ff50ecd89a","credit_card","update_token"],"query":[{"key":"type","value":"cardknox"},{"key":"token","value":"1111"},{"key":"cc_type","value":"visa","disabled":true},{"key":"last_four","value":"1111"},{"key":"card_holder_name","value":"Ivan"},{"key":"exp_month","value":"12"},{"key":"exp_year","value":"31"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:12:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The token cannot be empty\"\n}"},{"id":"4afc1c6a-b368-4d00-8e1f-fa4875614744","name":"Failed. Without credit card brand","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/end_user/e196ea65-1739-41e1-9464-99ff50ecd89a/credit_card/update_token?type=cardknox&token=1111&cc_type=visa&card_holder_name=Ivan&exp_month=12&exp_year=31","host":["{{base_path}}"],"path":["end_user","e196ea65-1739-41e1-9464-99ff50ecd89a","credit_card","update_token"],"query":[{"key":"type","value":"cardknox"},{"key":"token","value":"1111"},{"key":"cc_type","value":"visa"},{"key":"last_four","value":"1111","disabled":true},{"key":"card_holder_name","value":"Ivan"},{"key":"exp_month","value":"12"},{"key":"exp_year","value":"31"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:13:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The credit card type cannot be empty\"\n}"},{"id":"a10e5f21-7923-4c3c-8573-fb755a657212","name":"Failed. Incorrect last four card numbers","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/end_user/e196ea65-1739-41e1-9464-99ff50ecd89a/credit_card/update_token?type=cardknox&token=1111&cc_type=visa&last_four=1111&exp_month=12&exp_year=31","host":["{{base_path}}"],"path":["end_user","e196ea65-1739-41e1-9464-99ff50ecd89a","credit_card","update_token"],"query":[{"key":"type","value":"cardknox"},{"key":"token","value":"1111"},{"key":"cc_type","value":"visa"},{"key":"last_four","value":"1111"},{"key":"card_holder_name","value":"Ivan","disabled":true},{"key":"exp_month","value":"12"},{"key":"exp_year","value":"31"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:13:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Last 4 digits are incorrect\"\n}"},{"id":"54818de4-70ee-43d6-af47-b3bd703d99da","name":"Failed. Without holder name","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/end_user/e196ea65-1739-41e1-9464-99ff50ecd89a/credit_card/update_token?type=cardknox&token=1111&cc_type=visa&last_four=1111&exp_month=12&exp_year=31","host":["{{base_path}}"],"path":["end_user","e196ea65-1739-41e1-9464-99ff50ecd89a","credit_card","update_token"],"query":[{"key":"type","value":"cardknox"},{"key":"token","value":"1111"},{"key":"cc_type","value":"visa"},{"key":"last_four","value":"1111"},{"key":"card_holder_name","value":"Ivan","disabled":true},{"key":"exp_month","value":"12"},{"key":"exp_year","value":"31"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:14:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The card holder name cannot be empty\"\n}"},{"id":"b1117a08-0c63-436b-858b-4e11eab617e4","name":"Failed. Incorrect card expired month","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/end_user/e196ea65-1739-41e1-9464-99ff50ecd89a/credit_card/update_token?type=cardknox&token=1111&cc_type=visa&last_four=1111&card_holder_name=Ivan&exp_year=31","host":["{{base_path}}"],"path":["end_user","e196ea65-1739-41e1-9464-99ff50ecd89a","credit_card","update_token"],"query":[{"key":"type","value":"cardknox"},{"key":"token","value":"1111"},{"key":"cc_type","value":"visa"},{"key":"last_four","value":"1111"},{"key":"card_holder_name","value":"Ivan"},{"key":"exp_month","value":"12","disabled":true},{"key":"exp_year","value":"31"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:15:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The exp month is incorrect\"\n}"},{"id":"05f0ea26-4ab4-4ba1-8217-f440eff49e1a","name":"Failed. Incorrect card expired year","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/end_user/e196ea65-1739-41e1-9464-99ff50ecd89a/credit_card/update_token?type=cardknox&token=1111&cc_type=visa&last_four=1111&card_holder_name=Ivan&exp_month=12&exp_year=31","host":["{{base_path}}"],"path":["end_user","e196ea65-1739-41e1-9464-99ff50ecd89a","credit_card","update_token"],"query":[{"key":"type","value":"cardknox"},{"key":"token","value":"1111"},{"key":"cc_type","value":"visa"},{"key":"last_four","value":"1111"},{"key":"card_holder_name","value":"Ivan"},{"key":"exp_month","value":"12"},{"key":"exp_year","value":"31"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:15:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The exp year is incorrect. Should be 4 digits (ex. 2026)\"\n}"}],"_postman_id":"f8f0884a-6de2-47e8-8b18-c490e3a2b1ae"}],"id":"dd7f198c-86e1-40e1-b5e9-b1b69fa6e7c6","description":"<p><strong>Single End User API Endpoints</strong> always interact with a specific <strong>End User</strong>. Endpoints in this category include the <strong>[end_user_uuid]</strong> parameter as a required part of the URL.</p>\n<p>Replace this parameter to specific <strong>End User UUID</strong>.</p>\n","_postman_id":"dd7f198c-86e1-40e1-b5e9-b1b69fa6e7c6","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"End Users API Endpoints","item":[{"name":"End Users Page","id":"022b9b8b-dc73-4edc-8f51-6e6bbc87bb69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/end_users/page","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of End Users. Can be used with search, sort and filters.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["end_users","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"first_name\", \"last_name\", \"email\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>End User Name</li>\n<li>End User VAT</li>\n<li>End User Email</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by exact match of the Eser Email</p>\n","type":"text/plain"},"key":"email","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by exact match of the End User UUID</p>\n","type":"text/plain"},"key":"uuid","value":""}],"variable":[]}},"response":[{"id":"d4076240-3e58-444c-91db-8c32168880ae","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/end_users/page","host":["{{base_path}}"],"path":["end_users","page"],"query":[{"key":"sort_field","value":"company","disabled":true},{"key":"sort_order","value":"desc","disabled":true},{"key":"search","value":"8931082122043279687","disabled":true},{"key":"current_page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:24:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"end_user\": [\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"Test End User\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"End User Company\"\n                }\n            },\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"End user Name\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"End User Company\"\n                }\n            },\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"End user Name\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"End User Company\"\n                }\n            },\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"End user Name\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"End User Company\"\n                }\n            },\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"End user Name\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"End User Company\"\n                }\n            },\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"End user Name\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"End User Company\"\n                }\n            },\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"End user Name\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"End User Company\"\n                }\n            },\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"End user Name\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"End User Company\"\n                }\n            },\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"End user Name\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"End User Company\"\n                }\n            },\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"End user Name\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"End User Company\"\n                }\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 10,\n    \"current_page\": 1,\n    \"total\": 175\n}"},{"id":"63c86648-66ae-4e95-99fe-884d12fff9d5","name":"Success. With Search","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/end_users/page?search=user","host":["{{base_path}}"],"path":["end_users","page"],"query":[{"key":"sort_field","value":"company","disabled":true},{"key":"sort_order","value":"desc","disabled":true},{"key":"search","value":"user"},{"key":"current_page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:26:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"end_user\": [\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"End-User\",\n                \"status_id\": 1,\n                \"status_name\": \"Pending\",\n                \"email\": \"end.user@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"company\": {\n                    \"uuid\": \"End-User\",\n                    \"name\": \"End user Company\"\n                }\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"},{"id":"fcd56972-7a5d-40cc-bf80-387eddbeaf16","name":"Success. Find by Email","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/end_users/page?uuid=e196ea65-1739-41e1-9464-99ff50ecd89a","host":["{{base_path}}"],"path":["end_users","page"],"query":[{"key":"sort_field","value":"company","disabled":true},{"key":"sort_order","value":"desc","disabled":true},{"key":"search","value":"user","disabled":true},{"key":"current_page","value":"2","disabled":true},{"key":"uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a"},{"key":"email","value":"email@gmail.com","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 11:44:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1,\n    \"data\": {\n        \"end_users\": [\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"Test End User\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"email\": \"email@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"count_of_prepaid_sims\": 0,\n                \"count_of_postpaid_sims\": 0,\n                \"count_of_paygo_sims\": 0,\n                \"balance\": 0,\n                \"organization\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"Test Organization\"\n                },\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"Test Company\"\n                }\n            }\n        ]\n    }\n}"},{"id":"922ffa45-8864-4ee4-ae8f-52b459b7e52d","name":"Success. Find by Uuid","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/end_users/page?uuid=84781f3c-b47d-4961-be90-ce6cdf61a82a","host":["{{base_path}}"],"path":["end_users","page"],"query":[{"key":"sort_field","value":"","disabled":true},{"key":"sort_order","value":"","disabled":true},{"key":"search","value":"","disabled":true},{"key":"current_page","value":"","disabled":true},{"key":"email","value":"","disabled":true},{"key":"uuid","value":"84781f3c-b47d-4961-be90-ce6cdf61a82a"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Jul 2024 11:50:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1,\n    \"data\": {\n        \"end_users\": [\n            {\n                \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                \"name\": \"Test End User\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"email\": \"test@gmail.com\",\n                \"count_of_sim_cards\": 0,\n                \"count_of_prepaid_sims\": 0,\n                \"count_of_postpaid_sims\": 0,\n                \"count_of_paygo_sims\": 0,\n                \"balance\": 0,\n                \"organization\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"Test Organization\"\n                },\n                \"company\": {\n                    \"uuid\": \"e196ea65-1739-41e1-9464-99ff50ecd89a\",\n                    \"name\": \"Test Company\"\n                }\n            }\n        ]\n    }\n}"}],"_postman_id":"022b9b8b-dc73-4edc-8f51-6e6bbc87bb69"}],"id":"33cf1827-58d6-47d4-81bc-a4b84e191740","description":"<p>Endpoints in this category operate on <strong>collections of End Users</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"33cf1827-58d6-47d4-81bc-a4b84e191740","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}}],"id":"1444a5f2-e31f-42c6-b23a-1038f5593b00","_postman_id":"1444a5f2-e31f-42c6-b23a-1038f5593b00","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Integrations API Endpoints","item":[{"name":"Integrations Page","id":"c920ead5-9f9e-4a74-a649-3e9f781f90fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/integrations/page","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Integrations. Can be used with search, sort and filters.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["integrations","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"title\" by def.\nAllowed values: \"uuid\", \"title\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>uuid</li>\n<li>title</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[{"id":"c1f13194-8102-4ffe-a4c7-d584fddc0243","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/integrations/page?page_size=5","host":["{{base_path}}"],"path":["integrations","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"5","description":"optional, count of selected items, \"10\" by def. Max 100 items."},{"key":"sort_field","value":"","description":"optional, \"title\" by def.\nAllowed values: \"uuid\", \"title\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - uuid\n - title","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 06:45:27 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=120, max=995"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 5,\n    \"current_page\": 1,\n    \"total\": 100,\n    \"data\": {\n        \"integrations\": [\n            {\n                \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                \"title\": \"Integration 1\"\n            },\n            {\n                \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                \"title\": \"Integration 2\"\n            },\n            {\n                \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                \"title\": \"Integration 3\"\n            },\n            {\n                \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                \"title\": \"Integration 4\"\n            },\n            {\n                \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                \"title\": \"Integration 5\"\n            }\n        ]\n    }\n}"},{"id":"0677ae89-3a22-4586-99d2-f6a6aa6b4bf7","name":"Success. Search by Title","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/integrations/page?page_size=5&search=Integration 5","host":["{{base_path}}"],"path":["integrations","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"5","description":"optional, count of selected items, \"10\" by def. Max 100 items."},{"key":"sort_field","value":"","description":"optional, \"title\" by def.\nAllowed values: \"uuid\", \"title\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"Integration 5","description":"optional, searches for the entered fragment among fields such as:\n - uuid\n - title"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 06:45:27 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=120, max=995"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1,\n    \"data\": {\n        \"integrations\": [\n            {\n                \"uuid\": \"bbd14e76-d3f2-4c36-97a7-93f02506f8b9\",\n                \"title\": \"Integration 5\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c920ead5-9f9e-4a74-a649-3e9f781f90fc"}],"id":"9992f0b8-1dcb-41b2-ad3c-c08904c6771e","description":"<p>Endpoints in this category operate on <strong>collections of Integrations</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"9992f0b8-1dcb-41b2-ad3c-c08904c6771e","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Operators API Endpoints","item":[{"name":"Operators Page","id":"0cfe2b74-e0dd-4654-a6f3-ab0304053e32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/operators/page","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Operators. Can be used with search, sort and filters.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["operators","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>uuid</li>\n<li>name</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[{"id":"1d6bfb79-2eec-42f5-acf7-f4d29da64324","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/operators/page?page_size=5","host":["{{base_path}}"],"path":["operators","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"5","description":"optional, count of selected items, \"10\" by def. Max 100 items."},{"key":"sort_field","value":"","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - uuid\n - name","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2024 17:39:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=1000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 5,\n    \"current_page\": 1,\n    \"total\": 100,\n    \"data\": {\n        \"operators\": [\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator 1\",\n                \"integration\": {\n                    \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                    \"title\": \"Integration 1\"\n                }\n            },\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator 2\"\n            },\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator 3\"\n            },\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator 4\",\n                \"integration\": {\n                    \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                    \"title\": \"Integration 2\"\n                }\n            },\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator 5\",\n                \"integration\": {\n                    \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                    \"title\": \"Integration 3\"\n                }\n            }\n        ]\n    }\n}"},{"id":"19df47ba-d710-4927-bb6c-4f83bd3363a1","name":"Success. Search by Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/operators/page?page_size=5&search=Operator 3","host":["{{base_path}}"],"path":["operators","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"5","description":"optional, count of selected items, \"10\" by def. Max 100 items."},{"key":"sort_field","value":"","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"Operator 3","description":"optional, searches for the entered fragment among fields such as:\n - uuid\n - name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2024 17:39:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=1000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1,\n    \"data\": {\n        \"operators\": [\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator 3\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0cfe2b74-e0dd-4654-a6f3-ab0304053e32"}],"id":"28df47c9-0c21-4aea-8f71-9d589ba16c84","description":"<p>Endpoints in this category operate on <strong>collections of Operators</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"28df47c9-0c21-4aea-8f71-9d589ba16c84","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Operator Types API Endpoints","item":[{"name":"Operator Types Page","id":"188eeb68-1c96-4c5a-93fd-cf4510407262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/operator_types/page","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Operator Types. Can be used with search, sort and filters.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["operator_types","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"name\" by def.\nAllowed values: \"uuid\", \"name\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>uuid</li>\n<li>name</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[{"id":"e9738839-38bd-4e88-a220-7e91efc9aa0a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/operator_types/page?page_size=5","host":["{{base_path}}"],"path":["operator_types","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"5","description":"optional, count of selected items, \"10\" by def. Max 100 items."},{"key":"sort_field","value":"","description":"optional, \"name\" by def.\nAllowed values: \"uuid\", \"name\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - uuid\n - name","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2024 15:34:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=120, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 5,\n    \"current_page\": 1,\n    \"total\": 100,\n    \"data\": {\n        \"operator_types\": [\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator Type 1\"\n            },\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator Type 2\"\n            },\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator Type 3\"\n            },\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator Type 4\"\n            },\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator Type 5\"\n            }\n        ]\n    }\n}"},{"id":"adec3418-7696-4196-a936-5774003bfbf3","name":"Success. Search by Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/operator_types/page?page_size=5&search=Operator Type 2","host":["{{base_path}}"],"path":["operator_types","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"5","description":"optional, count of selected items, \"10\" by def. Max 100 items."},{"key":"sort_field","value":"","description":"optional, \"name\" by def.\nAllowed values: \"uuid\", \"name\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"Operator Type 2","description":"optional, searches for the entered fragment among fields such as:\n - uuid\n - name"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2024 15:34:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=120, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1,\n    \"data\": {\n        \"operator_types\": [\n            {\n                \"uuid\": \"607e792d-9ee8-4dfa-a5f7-c42b1da87c75\",\n                \"name\": \"Operator Type 2\"\n            }\n        ]\n    }\n}"}],"_postman_id":"188eeb68-1c96-4c5a-93fd-cf4510407262"}],"id":"57b45ec9-3a61-4015-b95b-c03c566821e0","description":"<p>Endpoints in this category operate on <strong>collections of Operator Types</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"57b45ec9-3a61-4015-b95b-c03c566821e0","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Plan API Endpoints","item":[{"name":"Single Plan API Endpoints","item":[{"name":"Plan Countries Page","id":"06f03894-e75e-479e-a1b6-f5f55e94289c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/plan/{{plan_uuid}}/countries","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of countries assigned to selected Plan.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["plan","{{plan_uuid}}","countries"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"iso2\" by def.\nAllowed values: \"iso2\", \"name\".</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>iso2 code</li>\n<li>country name</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, filters countries by country code</p>\n","type":"text/plain"},"key":"iso2","value":""},{"disabled":true,"description":{"content":"<p>optional, filters countries by country name</p>\n","type":"text/plain"},"key":"country_name","value":""}],"variable":[]}},"response":[{"id":"1cd57897-d1f0-4518-b1f5-7c7f6d23c121","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/plan/{{plan_uuid}}/countries","host":["{{base_path}}"],"path":["plan","{{plan_uuid}}","countries"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"iso2\" by def.\nAllowed values: \"iso2\", \"name\".","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - iso2 code\n - country name","disabled":true},{"key":"iso2","value":"","description":"optional, filters countries by country code","disabled":true},{"key":"country_name","value":"","description":"optional, filters countries by country name","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:30:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"countries\": [\n            {\n                \"iso2\": \"AD\",\n                \"name\": \"Andorra\"\n            },\n            {\n                \"iso2\": \"DZ\",\n                \"name\": \"Algeria\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 2,\n    \"current_page\": 1,\n    \"total\": 2\n}"},{"id":"e5439f83-6524-4e3f-b8b0-4221c9501314","name":"Success. Filter by iso2","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/plan/{{plan_uuid}}/countries?iso2=AD","host":["{{base_path}}"],"path":["plan","{{plan_uuid}}","countries"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"iso2\" by def.\nAllowed values: \"iso2\", \"name\".","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - iso2 code\n - country name","disabled":true},{"key":"iso2","value":"AD","description":"optional, filters countries by country code"},{"key":"country_name","value":"","description":"optional, filters countries by country name","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 13:03:42 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=120, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"countries\": [\n            {\n                \"iso2\": \"AD\",\n                \"name\": \"Andorra\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"}],"_postman_id":"06f03894-e75e-479e-a1b6-f5f55e94289c"}],"id":"02a21074-0214-40a4-a13e-ec0f5ac82e14","description":"<p><strong>Single Plan API Endpoints</strong> always interact with a specific <strong>Plan</strong>. Endpoints in this category include the <strong>[plan_uuid]</strong> parameter as a required part of the URL.</p>\n<p>Replace this parameter to specific <strong>Plan UUID</strong>.</p>\n","_postman_id":"02a21074-0214-40a4-a13e-ec0f5ac82e14","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Plans API Endpoints","item":[{"name":"Plans Page","id":"5fef6b9c-00a3-4ed8-ba36-9f2ee5c1d71a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_path}}/plans/page","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Plans. Can be used with search, sort and filters.</p>\n","urlObject":{"path":["plans","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\", \"plan_type\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>Plan name</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among plan types:\nAllowed values:</p>\n<ul>\n<li>Monthly bundle: \"plan_postpaid_monthly_bundle\",</li>\n<li>Pay per MB: \"plan_postpaid_pay_per_mb\",</li>\n<li>Unlimited: \"plan_postpaid_unlimited\",</li>\n<li>Dynamic pool: \"plan_postpaid_dynamic_pool\",</li>\n<li>Static pool: \"plan_postpaid_static_pool\",</li>\n<li>Prepaid: \"plan_prepaid_simple\",</li>\n<li>PayGo: \"plan_paygo\"</li>\n</ul>\n","type":"text/plain"},"key":"plan_type","value":""},{"disabled":true,"description":{"content":"<p>optional, filters plans by their publish state. \nAvailable values:</p>\n<ul>\n<li>1 - True,</li>\n<li>0 - False.</li>\n</ul>\n","type":"text/plain"},"key":"store_published","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by an exact match with the plan UUID, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters plans by their operator integration type. \nAvailable values:</p>\n<ul>\n<li>operator,</li>\n<li>terminal.</li>\n</ul>\n","type":"text/plain"},"key":"integration_type","value":""},{"disabled":true,"description":{"content":"<p>optional, filters plans by their pool name. </p>\n","type":"text/plain"},"key":"pool_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters plans by their pool uuid. </p>\n","type":"text/plain"},"key":"pool_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters plans by their pool type id.\nAllowed values:</p>\n<ul>\n<li>1 - Static</li>\n<li>2 - Dynamic</li>\n</ul>\n","type":"text/plain"},"key":"pool_type_id","value":""}],"variable":[]}},"response":[{"id":"d331fb35-9447-4e89-ada0-0982064ead6b","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/plans/page","host":["{{base_path}}"],"path":["plans","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\", \"plan_type\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Plan name","disabled":true},{"key":"plan_type","value":"","description":"optional, searches for the entered fragment among plan types:\nAllowed values:\n - Monthly bundle: \"plan_postpaid_monthly_bundle\",\n - Pay per MB: \"plan_postpaid_pay_per_mb\",\n - Unlimited: \"plan_postpaid_unlimited\",\n - Dynamic pool: \"plan_postpaid_dynamic_pool\",\n - Static pool: \"plan_postpaid_static_pool\",\n - Prepaid: \"plan_prepaid_simple\",\n - PayGo: \"plan_paygo\"","disabled":true},{"key":"store_published","value":"","description":"optional, filters plans by their publish state. \nAvailable values:\n - 1 - True,\n - 0 - False.","disabled":true},{"key":"uuid","value":"","description":"optional, filters the page by an exact match with the plan UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"integration_type","value":"","description":"optional, filters plans by their operator integration type. \nAvailable values:\n - operator,\n - terminal.","disabled":true},{"key":"pool_name","value":"","description":"optional, filters plans by their pool name. ","disabled":true},{"key":"pool_uuid","value":"","description":"optional, filters plans by their pool uuid. ","disabled":true},{"key":"pool_type_id","value":"","description":"optional, filters plans by their pool type id.\nAllowed values:\n - 1 - Static\n - 2 - Dynamic ","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 13:58:38 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=1000"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"plans\": [\n            {\n                \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                \"name\": \"Test Plan 1\",\n                \"type\": \"prepaid\",\n                \"currency_code\": \"EUR\",\n                \"status\": {\n                    \"id\": 6,\n                    \"title\": \"blank\"\n                },\n                \"rate_plan\": \"Test_Rate_Plan\",\n                \"operator\": {\n                    \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                    \"name\": \"Test Operator\"\n                },\n                \"days\": 40,\n                \"init_balance_mb\": 2048,\n                \"price\": \"30.5000\",\n                \"vat_percent\": 10,\n                \"auto_refill_discount\": 0,\n                \"is_store_published\": true\n            },\n            {\n                \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                \"name\": \"Test Plan 2\",\n                \"type\": \"subscription_unlimited\",\n                \"currency_code\": \"EUR\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"companies\": [\n                    {\n                        \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                        \"name\": \"Test Company\"\n                    }\n                ],\n                \"operator\": {\n                    \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                    \"name\": \"Test Operator\"\n                },\n                \"recurring_fee\": \"50.0000\"\n            },\n            {\n                \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                \"name\": \"Test Plan 3\",\n                \"type\": \"subscription_unlimited\",\n                \"currency_code\": \"USD\",\n                \"status\": {\n                    \"id\": 6,\n                    \"title\": \"blank\"\n                },\n                \"operator\": {\n                    \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                    \"name\": \"Test Operator\"\n                },\n                \"recurring_fee\": \"10.0000\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 3,\n    \"current_page\": 1,\n    \"total\": 3\n}"},{"id":"8a44b87e-ef65-44c2-93da-db8be0045d77","name":"Success. Filter by Type","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/plans/page?plan_type=plan_prepaid_simple","host":["{{base_path}}"],"path":["plans","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\", \"plan_type\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Plan name","disabled":true},{"key":"plan_type","value":"plan_prepaid_simple","description":"optional, searches for the entered fragment among plan types:\nAllowed values:\n - Monthly bundle: \"plan_postpaid_monthly_bundle\",\n - Pay per MB: \"plan_postpaid_pay_per_mb\",\n - Unlimited: \"plan_postpaid_unlimited\",\n - Dynamic pool: \"plan_postpaid_dynamic_pool\",\n - Static pool: \"plan_postpaid_static_pool\",\n - Prepaid: \"plan_prepaid_simple\",\n - PayGo: \"plan_paygo\""},{"key":"store_published","value":"","description":"optional, filters plans by their publish state. \nAvailable values:\n - 1 - True,\n - 0 - False.","disabled":true},{"key":"uuid","value":"","description":"optional, filters the page by an exact match with the plan UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"integration_type","value":"","description":"optional, filters plans by their operator integration type. \nAvailable values:\n - operator,\n - terminal.","disabled":true},{"key":"pool_name","value":"","description":"optional, filters plans by their pool name. ","disabled":true},{"key":"pool_uuid","value":"","description":"optional, filters plans by their pool uuid. ","disabled":true},{"key":"pool_type_id","value":"","description":"optional, filters plans by their pool type id.\nAllowed values:\n - 1 - Static\n - 2 - Dynamic ","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Nov 2025 14:02:59 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=120, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"plans\": [\n            {\n                \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                \"name\": \"Test Plan 1\",\n                \"type\": \"prepaid\",\n                \"currency_code\": \"EUR\",\n                \"status\": {\n                    \"id\": 6,\n                    \"title\": \"blank\"\n                },\n                \"rate_plan\": \"Test_Rate_Plan\",\n                \"operator\": {\n                    \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                    \"name\": \"Test Operator\"\n                },\n                \"days\": 40,\n                \"init_balance_mb\": 2048,\n                \"price\": \"30.5000\",\n                \"vat_percent\": 10,\n                \"auto_refill_discount\": 0,\n                \"is_store_published\": true\n            },\n            {\n                \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                \"name\": \"Test Plan 2\",\n                \"type\": \"prepaid\",\n                \"currency_code\": \"EUR\",\n                \"status\": {\n                    \"id\": 6,\n                    \"title\": \"blank\"\n                },\n                \"rate_plan\": \"Test_Rate_Plan\",\n                \"operator\": {\n                    \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                    \"name\": \"Test Operator\"\n                },\n                \"days\": 30,\n                \"init_balance_mb\": 5120,\n                \"price\": \"14.4500\",\n                \"vat_percent\": 10,\n                \"auto_refill_discount\": 0,\n                \"is_store_published\": true\n            },\n            {\n                \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                \"name\": \"Test Plan 3\",\n                \"type\": \"prepaid\",\n                \"currency_code\": \"EUR\",\n                \"status\": {\n                    \"id\": 6,\n                    \"title\": \"blank\"\n                },\n                \"companies\": [\n                    {\n                        \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                        \"name\": \"Test Company\"\n                    }\n                ],\n                \"operator\": {\n                    \"uuid\": \"a05481cd-288e-4fb3-a5c4-ad8baefe702c\",\n                    \"name\": \"Test Operator\"\n                },\n                \"days\": 30,\n                \"init_balance_mb\": 2048,\n                \"price\": \"10.0000\",\n                \"vat_percent\": 10,\n                \"auto_refill_discount\": 0,\n                \"is_store_published\": false\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 3,\n    \"current_page\": 1,\n    \"total\": 3\n}"}],"_postman_id":"5fef6b9c-00a3-4ed8-ba36-9f2ee5c1d71a"},{"name":"Estore Plan links","id":"82c94e9e-4dd9-43c2-bbb1-31909bc51d4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"clientSecret","value":"<client-secret>"},{"key":"clientId","value":"<client-id>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_path}}/plans/esim_store_purchase_links","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Plan links. Can be used with search, sort and filters.</p>\n","urlObject":{"path":["plans","esim_store_purchase_links"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>Plan name, UUID</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[{"id":"f3e688a5-ea0b-4dc4-b60e-2bec4cd75a5b","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/plans/esim_store_purchase_links","host":["{{base_path}}"],"path":["plans","esim_store_purchase_links"],"query":[{"key":"sort_field","value":"","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"search","value":"10GB 31 days EU","description":"optional, searches for the entered fragment among fields such as:\n - Plan name, UUID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Jun 2025 11:38:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"estore_plan_links\": [\n      {\n        \"uuid\": \"6f8f8a9e-5a5d-4d3e-9e2f-7a4a9f6b7c1f\",\n        \"name\": \"Test 1\",\n        \"link\": \"http://test.tomain.com/estore/purchase/6f8f8a9e-5a5d-4d3e-9e2f-7a4a9f6b7c1f\"\n      },\n      {\n        \"uuid\": \"b7c2e5f1-1a67-4d60-94dc-2d2b6c453a5a\",\n        \"name\": \"Test 2\",\n        \"link\": \"http://test.tomain.com/estore/purchase/b7c2e5f1-1a67-4d60-94dc-2d2b6c453a5a\"\n      },\n      {\n        \"uuid\": \"e4fa3d69-8729-4b1d-b78b-54a68f743cf2\",\n        \"name\": \"Test 3\",\n        \"link\": \"http://test.tomain.com/estore/purchase/e4fa3d69-8729-4b1d-b78b-54a68f743cf2\"\n      },\n      {\n        \"uuid\": \"9c6d06d7-2dcb-4022-97ff-35cf11b482aa\",\n        \"name\": \"Test 4\",\n        \"link\": \"http://test.tomain.com/estore/purchase/9c6d06d7-2dcb-4022-97ff-35cf11b482aa\"\n      },\n      {\n        \"uuid\": \"1f60bc19-0f52-4c28-8b41-0b90512c529e\",\n        \"name\": \"Test 5\",\n        \"link\": \"http://test.tomain.com/estore/purchase/1f60bc19-0f52-4c28-8b41-0b90512c529e\"\n      },\n      {\n        \"uuid\": \"7a82ed41-23d6-4bd0-8e57-6132c054fd9f\",\n        \"name\": \"Test 6\",\n        \"link\": \"http://test.tomain.com/estore/purchase/7a82ed41-23d6-4bd0-8e57-6132c054fd9f\"\n      },\n      {\n        \"uuid\": \"c12e7b7a-9ad4-4084-9db3-4e1ea65a871b\",\n        \"name\": \"Test 7\",\n        \"link\": \"http://test.tomain.com/estore/purchase/c12e7b7a-9ad4-4084-9db3-4e1ea65a871b\"\n      },\n      {\n        \"uuid\": \"2d3c4b5f-3f3b-4421-b301-15f88a3fdbec\",\n        \"name\": \"Test 8\",\n        \"link\": \"http://test.tomain.com/estore/purchase/2d3c4b5f-3f3b-4421-b301-15f88a3fdbec\"\n      },\n      {\n        \"uuid\": \"83a67a62-b9e5-4325-99e2-98157df5c91c\",\n        \"name\": \"Test 9\",\n        \"link\": \"http://test.tomain.com/estore/purchase/83a67a62-b9e5-4325-99e2-98157df5c91c\"\n      },\n      {\n        \"uuid\": \"3be3a9b1-4b45-4b1b-801c-f5a9a8c50a12\",\n        \"name\": \"Test 10\",\n        \"link\": \"http://test.tomain.com/estore/purchase/3be3a9b1-4b45-4b1b-801c-f5a9a8c50a12\"\n      }\n    ]\n  },\n  \"from_item\": 1,\n  \"to_item\": 10,\n  \"current_page\": 1,\n  \"total\": 3426\n}\n"},{"id":"1f630604-f629-4379-b049-19fd28ece4f6","name":"Failed. Without permissions","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/plans/esim_store_purchase_links","host":["{{base_path}}"],"path":["plans","esim_store_purchase_links"],"query":[{"key":"sort_field","value":"","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"search","value":null,"description":"optional, searches for the entered fragment among fields such as:\n - Plan name, UUID","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Jun 2025 11:44:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"},{"id":"07c44146-2b27-415c-92e9-4d76d739ae4e","name":"Success. Empty state","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/plans/esim_store_purchase_links","host":["{{base_path}}"],"path":["plans","esim_store_purchase_links"],"query":[{"key":"sort_field","value":"","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"search","value":null,"description":"optional, searches for the entered fragment among fields such as:\n - Plan name, UUID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Jun 2025 11:53:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"estore_plan_links\": []\n    },\n    \"from_item\": 0,\n    \"to_item\": 0,\n    \"current_page\": 1,\n    \"total\": 0\n}"},{"id":"6723fa6f-016f-4164-ab18-feb11b577341","name":"Success. Search by name","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/plans/esim_store_purchase_links?search=Europe 1TB","host":["{{base_path}}"],"path":["plans","esim_store_purchase_links"],"query":[{"key":"sort_field","value":"","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"search","value":"Europe 1TB","description":"optional, searches for the entered fragment among fields such as:\n - Plan name, UUID"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Jun 2025 12:02:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"estore_plan_links\": [\n            {\n                \"uuid\": \"9c6d06d7-2dcb-4022-97ff-35cf11b482aa\",\n                \"name\": \"Europe 1TB\",\n                \"link\": \"http://test.tomain.com/estore/purchase/9c6d06d7-2dcb-4022-97ff-35cf11b482aa\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"},{"id":"f01135da-7da0-47ce-a1fd-410b47846059","name":"Success. Order by name","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/plans/esim_store_purchase_links?sort_field=name","host":["{{base_path}}"],"path":["plans","esim_store_purchase_links"],"query":[{"key":"sort_field","value":"name","description":"optional, \"uuid\" by def.\nAllowed values: \"uuid\", \"name\""},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Plan name, UUID","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Jun 2025 12:04:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": {\n    \"estore_plan_links\": [\n      {\n        \"uuid\": \"01421c95-a9dc-4cb7-b1cf-e0d51f9db33d\",\n        \"name\": \"Asia 10GB - 15 days\",\n        \"link\": \"http://test.tomain.com/estore/purchase/01421c95-a9dc-4cb7-b1cf-e0d51f9db33d\"\n      },\n      {\n        \"uuid\": \"0d267d4e-6816-4b3b-a096-e6f8778609c3\",\n        \"name\": \"Europe 25GB - 60 days\",\n        \"link\": \"http://test.tomain.com/estore/purchase/0d267d4e-6816-4b3b-a096-e6f8778609c3\"\n      },\n      {\n        \"uuid\": \"365bdaf0-c56f-4242-b96c-7871e5369e8c\",\n        \"name\": \"Europe Basic 1GB - 7 days\",\n        \"link\": \"http://test.tomain.com/estore/purchase/365bdaf0-c56f-4242-b96c-7871e5369e8c\"\n      },\n      {\n        \"uuid\": \"159c6911-79c9-4a84-a76e-9deefeb016b8\",\n        \"name\": \"Global 5GB - 30 days\",\n        \"link\": \"http://test.tomain.com/estore/purchase/159c6911-79c9-4a84-a76e-9deefeb016b8\"\n      },\n      {\n        \"uuid\": \"3a8595aa-f6d7-40d1-8d8f-0e7da0d70d86\",\n        \"name\": \"Global 20GB - 60 days\",\n        \"link\": \"http://test.tomain.com/estore/purchase/3a8595aa-f6d7-40d1-8d8f-0e7da0d70d86\"\n      },\n      {\n        \"uuid\": \"d7bd28c9-cdf6-4c91-ae14-7e7762a74376\",\n        \"name\": \"North America 15GB - 30 days\",\n        \"link\": \"http://test.tomain.com/estore/purchase/d7bd28c9-cdf6-4c91-ae14-7e7762a74376\"\n      },\n      {\n        \"uuid\": \"9a52dbe7-286d-4fe1-a33e-ba986dd5e817\",\n        \"name\": \"Oceania 3GB - 14 days\",\n        \"link\": \"http://test.tomain.com/estore/purchase/9a52dbe7-286d-4fe1-a33e-ba986dd5e817\"\n      },\n      {\n        \"uuid\": \"bca458cc-3653-4ab5-9696-63da79063eff\",\n        \"name\": \"South America 7GB - 21 days\",\n        \"link\": \"http://test.tomain.com/estore/purchase/bca458cc-3653-4ab5-9696-63da79063eff\"\n      },\n      {\n        \"uuid\": \"265c9771-6c3a-47bb-bc13-37c97c3ca6af\",\n        \"name\": \"UK Prepaid 2GB - 30 days\",\n        \"link\": \"http://test.tomain.com/estore/purchase/265c9771-6c3a-47bb-bc13-37c97c3ca6af\"\n      },\n      {\n        \"uuid\": \"7830481e-3af2-4fcf-90f9-10184f6e2fb2\",\n        \"name\": \"USA Unlimited - 7 days\",\n        \"link\": \"http://test.tomain.com/estore/purchase/7830481e-3af2-4fcf-90f9-10184f6e2fb2\"\n      }\n    ]\n  },\n  \"from_item\": 1,\n  \"to_item\": 10,\n  \"current_page\": 1,\n  \"total\": 3426\n}\n"}],"_postman_id":"82c94e9e-4dd9-43c2-bbb1-31909bc51d4f"}],"id":"b4de1f39-8a5d-4636-9e70-fb7b24cd84fe","description":"<p>Endpoints in this category operate on <strong>collections of Plans</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"b4de1f39-8a5d-4636-9e70-fb7b24cd84fe","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}}],"id":"757a35a9-7410-4aca-90f1-5567ae98b9cd","_postman_id":"757a35a9-7410-4aca-90f1-5567ae98b9cd","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Pools API Endpoints","item":[{"name":"Pools Page","id":"c68e1805-c646-42d5-9e4f-cfd2796c9b40","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"{{client_id}}"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_path}}/pools/page?search=Odido 300GB NL Pool","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of Pools. Can be used with search, sort and filters.</p>\n","urlObject":{"path":["pools","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"name\" by def.\nAllowed values: \"uuid\", \"name\", \"pool_type_id\".\nAllowed Pool Types:</p>\n<ul>\n<li>1 - Static</li>\n<li>2 - Dynamic</li>\n</ul>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>uuid</li>\n<li>name</li>\n</ul>\n","type":"text/plain"},"key":"search","value":"Odido 300GB NL Pool"},{"disabled":true,"description":{"content":"<p>optional, filters by Pool Types:</p>\n<ul>\n<li>1 - Static</li>\n<li>2 - Dynamic</li>\n</ul>\n","type":"text/plain"},"key":"pool_type_id","value":""}],"variable":[]}},"response":[{"id":"ce2fe794-5dc3-4ecf-bd5f-9156e3a354d6","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/pools/page","host":["{{base_path}}"],"path":["pools","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"name\" by def.\nAllowed values: \"uuid\", \"name\", \"pool_type_id\".\nAllowed Pool Types:\n - 1 - Static\n - 2 - Dynamic","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - uuid\n - name","disabled":true},{"key":"pool_type_id","value":"","description":"optional, filters by Pool Types:\n - 1 - Static\n - 2 - Dynamic","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Sep 2025 09:36:11 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"pools\": [\n            {\n                \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                \"name\": \"Test Pool 1\",\n                \"pool_type_id\": 1,\n                \"company\": {\n                    \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                    \"name\": \"Test Company 1\"\n                },\n                \"allowance_mb\": 1024,\n                \"usage_mb\": 2048,\n                \"available_mb\": 4096,\n                \"overage_mb\": 0,\n                \"labels\": [],\n                \"rules\": [],\n                \"plans\": [\n                    {\n                        \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                        \"name\": \"Test Plan\"\n                    }\n                ]\n            },\n            {\n                \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                \"name\": \"Test Pool 2\",\n                \"pool_type_id\": 2,\n                \"company\": {\n                    \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                    \"name\": \"Test Company\"\n                },\n                \"allowance_mb\": 1024,\n                \"usage_mb\": 2048,\n                \"available_mb\": 4096,\n                \"overage_mb\": 0,\n                \"labels\": [\n                    {\n                        \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                        \"name\": \"Test Label\"\n                    }\n                ],\n                \"rules\": [\n                    {\n                        \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                        \"name\": \"Test Rule\"\n                    }\n                ],\n                \"plans\": [\n                    {\n                        \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                        \"name\": \"Test Plan\"\n                    }\n                ]\n            },\n            {\n                \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                \"name\": \"Test Pool 3\",\n                \"pool_type_id\": 1,\n                \"company\": {\n                    \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                    \"name\": \"Test Company\"\n                },\n                \"allowance_mb\": 1024,\n                \"usage_mb\": 2048,\n                \"available_mb\": 4096,\n                \"overage_mb\": 0,\n                \"labels\": [\n                    {\n                        \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                        \"name\": \"Test Label\"\n                    }\n                ],\n                \"rules\": [],\n                \"plans\": [\n                    {\n                        \"uuid\": \"df418231-fa24-4f32-ab35-ceb4ee0979c2\",\n                        \"name\": \"Test Plan\"\n                    }\n                ]\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 3,\n    \"current_page\": 1,\n    \"total\": 3\n}"}],"_postman_id":"c68e1805-c646-42d5-9e4f-cfd2796c9b40"}],"id":"dab08ffc-ecc6-49d3-bcfb-ff958d0e3153","description":"<p>Endpoints in this category operate on <strong>collections of Pools</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"dab08ffc-ecc6-49d3-bcfb-ff958d0e3153","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Report API Endpoints","item":[{"name":"SIM Daily Usage","id":"2a06277d-e94f-44d7-a401-2c9d1abaee25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"}]},"url":"{{base_path}}/report/sim/{{iccid}}/daily_usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report about Usage of target SIM by ICCID.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","sim","{{iccid}}","daily_usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"e51f08f1-2254-4aa0-984a-0a3d98199a14","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/sim/8912345600123456799/daily_usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 08:51:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"c9db99b0-688f-4b67-93fc-5ca15bc5f7fd","name":"Failed. SIM Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/sim/8912345600123456799/daily_usage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 09:24:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM Card Not Found\"\n}"},{"id":"b156c585-f73a-4b7c-8060-f3fa2228c0a9","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/sim/8912345600123456799/daily_usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 09:30:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"},{"id":"d95cd5fb-f2f1-4d00-bc5d-0b29e166c212","name":"Failed. Missed Bill-Cycle","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/sim/8912345600123456799/daily_usage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 09:39:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The bill cycle field is required.\"\n}"}],"_postman_id":"2a06277d-e94f-44d7-a401-2c9d1abaee25"},{"name":"Pool Daily Usage","id":"0e226f4e-fb21-4f0f-a116-b85ce849293a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"}]},"url":"{{base_path}}/report/pool/{{uuid}}/daily_usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report about Usage of target Pool by UUID.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","pool","{{uuid}}","daily_usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"6741c664-e95e-47f5-ac80-aad5cf4ac58f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/pool/6fe7d69c-4a36-4c09-adb4-edcaecd9dc8d/daily_usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 08:51:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"def35b25-ad3b-475e-8a0b-763300ebced3","name":"Failed. Pool Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/pool/6fe7d69c-4a36-4c09-adb4-edcaecd9dc8d/daily_usage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 09:24:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Pool Not Found\"\n}"},{"id":"1011dc6e-f727-4c1b-9bb4-0ff1580c08f1","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/pool/6fe7d69c-4a36-4c09-adb4-edcaecd9dc8d/daily_usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 09:30:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"},{"id":"e4d1ec59-c637-442b-aa88-b82f408c313a","name":"Failed. Missed Bill-Cycle","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/pool/6fe7d69c-4a36-4c09-adb4-edcaecd9dc8d/daily_usage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 09:39:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The bill cycle field is required.\"\n}"}],"_postman_id":"0e226f4e-fb21-4f0f-a116-b85ce849293a"},{"name":"Pre-Bill Usage","id":"a3166aa8-c8a5-4816-ac38-7dd30ccde2c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_path}}/report/pre_bill/{{number}}/usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report about Usage of target Pre-Bill by Number.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","pre_bill","{{number}}","usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"640fe351-a79c-46e3-b707-6a36e259d2d8","name":"Success. Immediately","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_path}}/report/pre_bill/000001/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 10:19:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"The report has been created. Download link: https://example.com/r/5f046b3c69ceb2a8628a653d9f38f2c9\"\n}"},{"id":"fba82ad6-1c94-4549-bfb6-9df964219b97","name":"Success. Async","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_path}}/report/pre_bill/000001/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 10:20:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"01208177-53b8-4e67-9109-d4515f33c7b1","name":"Failed. Pre-Bill Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_path}}/report/pre_bill/000001/usage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 10:22:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Pre-bill not found\"\n}"},{"id":"ce450d61-c064-44b1-96d9-cb94151688b6","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_path}}/report/pre_bill/000001/usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 10:23:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"a3166aa8-c8a5-4816-ac38-7dd30ccde2c6"},{"name":"Expense Limit","id":"ffa5f0f3-a90b-44f0-82b9-5a3770887605","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2024-12-01","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"}]},"url":"{{base_path}}/report/expense_limit","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report about Expense Limit by Bill-Cycle.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","expense_limit"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"e5cfb9bb-d839-4313-aee0-cf3e8320d94a","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2024-12-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/expense_limit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 12:15:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"The report has been created. Download link: https://example.com/r/fe3d3e72bdce341c46a85d1272c238af\"\n}"},{"id":"7a76001a-b94a-4c06-a700-046012257a5f","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2024-12-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/expense_limit"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 12:13:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"},{"id":"74a7da69-84f9-459f-b32b-0ebe8d0048a9","name":"Failed. Missed Bill-Cycle","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2024-12-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/expense_limit"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 12:13:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The bill cycle field is required.\"\n}"}],"_postman_id":"ffa5f0f3-a90b-44f0-82b9-5a3770887605"},{"name":"Company Balance","id":"35140804-2e88-4d48-a203-de47560ca94d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"},{"key":"company_uuid","value":"","description":"<p>Optional. UUID of target Company.\nIf left empty, the report will be generated for the authorized Company.</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/report/company_balance","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report about Company Balance by Bill-Cycle.</p>\n<p>If left empty company_uuid parameter, report will be created for your Account if it is possible.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","company_balance"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"317815f3-14ef-4304-9f79-b6bace175240","name":"Success. Without Company UUID","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of target Company.\nIf left empty, the report will be generated for the authorized Company.","type":"text","disabled":true}]},"url":"{{base_path}}/report/company_balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 13:00:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"The report has been created. Download link: https://example.com/r/fe3d3e72bdce341c46a85d1272c238af\"\n}"},{"id":"006a21c0-38ef-4809-881f-dbb31fe7d0b0","name":"Success. With Company UUID","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuid","value":"18c46615-3b4c-4c3c-9ca0-8c5d037656ab","description":"Optional. UUID of target Company.\nIf left empty, the report will be generated for the authorized Company.","type":"text"}]},"url":"{{base_path}}/report/company_balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 13:01:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"The report has been created. Download link: https://example.com/r/fe3d3e72bdce341c46a85d1272c238af\"\n}"},{"id":"435069d5-d804-45e8-bb06-24d4c315c73e","name":"Failed. Company Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuid","value":"18c46615-3b4c-4c3c-9ca0-8c5d037656ab","description":"Optional. UUID of target Company.\nIf left empty, the report will be generated for the authorized Company.","type":"text","disabled":true}]},"url":"{{base_path}}/report/company_balance"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 13:14:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Company not found\"\n}"}],"_postman_id":"35140804-2e88-4d48-a203-de47560ca94d"},{"name":"End-User Balance","id":"87c37536-e722-4b02-af5e-c8a6b0ed1615","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"},{"key":"end_user_uuid","value":"","description":"<p>Optional. UUID of target End-User.\nIf left empty, the report will be generated for the authorized End-User.</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/report/end_user_balance","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report about End-User Balance.</p>\n<p>If left empty end_user_uuid, report will be created for your Account, if it is possible.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","end_user_balance"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"2983778e-dcf8-4ae2-ad2c-08c9f2e87f9f","name":"Success. Without End-User UUID","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-04-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"end_user_uuid","value":"a64f6917-8939-440b-95be-c96dd55b56ed","description":"Optional. UUID of target End-User.\nIf left empty, the report will be generated for the authorized End-User.","type":"text","disabled":true}]},"url":"{{base_path}}/report/end_user_balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 13:40:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"The report has been created. Download link: https://example.com/r/fe3d3e72bdce341c46a85d1272c238af\"\n}"},{"id":"878bfe0d-d152-4a2a-aeb3-e179e0fa2fdd","name":"Success. With End-User UUID","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-04-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"end_user_uuid","value":"a64f6917-8939-440b-95be-c96dd55b56ed","description":"Optional. UUID of target End-User.\nIf left empty, the report will be generated for the authorized End-User.","type":"text"}]},"url":"{{base_path}}/report/end_user_balance"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 13:40:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"The report has been created. Download link: https://example.com/r/fe3d3e72bdce341c46a85d1272c238af\"\n}"},{"id":"34902fc8-96a2-4851-a450-e1850b3d1b0d","name":"Failed. End-User Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"end_user_uuid","value":"a64f6917-8939-440b-95be-c96dd55b56ed","description":"Optional. UUID of target End-User.\nIf left empty, the report will be generated for the authorized End-User.","type":"text"}]},"url":"{{base_path}}/report/end_user_balance"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 13:19:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"End-User not found\"\n}"},{"id":"237aa079-a2cd-4a13-80ed-61590d57fa29","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"end_user_uuid","value":"a64f6917-8939-440b-95be-c96dd55b56ed","description":"Optional. UUID of target End-User.\nIf left empty, the report will be generated for the authorized End-User.","type":"text"}]},"url":"{{base_path}}/report/end_user_balance"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 13:24:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"87c37536-e722-4b02-af5e-c8a6b0ed1615"},{"name":"Company Subscription SIMs Usage","id":"890d4445-18fe-49a6-8b32-c1e589f5fb12","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"}]},"url":"{{base_path}}/report/company/subscription_sims/usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report about All Company Subscription SIMs.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","company","subscription_sims","usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"e3a80632-ee7e-4f7d-8c60-6244761de125","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/company/subscription_sims/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 14:11:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"45edd963-2457-4f27-9bfe-2b3f7401b19b","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/company/subscription_sims/usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 14:17:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"890d4445-18fe-49a6-8b32-c1e589f5fb12"},{"name":"Company Paygo SIMs Usage","id":"a1a16121-0928-4527-9e46-66121f50a323","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"}]},"url":"{{base_path}}/report/company/paygo_sims/usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report about All Company PayGo SIMs.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","company","paygo_sims","usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"4ead675b-a250-4bf2-abd4-bdca7c571141","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/company/subscription_sims/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 14:11:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"3aa31925-6919-4e1b-bb5a-bdce8d70880d","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/company/subscription_sims/usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 14:17:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"a1a16121-0928-4527-9e46-66121f50a323"},{"name":"Organization Subscription SIMs Usage","id":"e28d0ba1-8ec5-4bb7-9e8d-7cf810d6e569","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"},{"key":"company_uuids","value":"","description":"<p>Company UUIDs, multiple values separated by commas is allowed</p>\n","type":"text"}]},"url":"{{base_path}}/report/organization/subscription_sims/usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report about All Organization Subscription SIMs, filtered by Companies.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","organization","subscription_sims","usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"5f22e58a-704c-441e-bf7d-914f67dbc752","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc,e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/organization/subscription_sims/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 19:06:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"37fbaf71-467f-4d06-8467-69681696553c","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/organization/subscription_sims/usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 18:50:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"},{"id":"b826a930-a78c-470f-8544-9a7cd7920a3a","name":"Failed. Missed Company UUIDs","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuids","value":"","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text","disabled":true}]},"url":"{{base_path}}/report/organization/subscription_sims/usage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 18:52:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The company uuids field is required.\"\n}"},{"id":"54210d57-1806-4c29-bbbe-350684816aae","name":"Failed. Company Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/organization/subscription_sims/usage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 18:57:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Company not found\"\n}"}],"_postman_id":"e28d0ba1-8ec5-4bb7-9e8d-7cf810d6e569"},{"name":"Organization Paygo SIMs Usage","id":"605bef3d-ed18-490d-bdf1-005ef9babe24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"},{"key":"company_uuids","value":"","description":"<p>Company UUIDs, multiple values separated by commas is allowed</p>\n","type":"text"}]},"url":"{{base_path}}/report/organization/paygo_sims/usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report about All Organization PayGo SIMs, filtered by Companies.</p>\n","urlObject":{"path":["report","organization","paygo_sims","usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"b6d4ee25-995f-43c6-8697-2b28ebdd9c84","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/organization/paygo_sims/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 19:06:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"d08d9109-5fb4-469f-ae75-716daeae8ff2","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/organization/paygo_sims/usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 18:50:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"},{"id":"957f2ba0-a616-486b-8c2f-4e50a2024478","name":"Failed. Missed Company UUIDs","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuids","value":"","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text","disabled":true}]},"url":"{{base_path}}/report/organization/paygo_sims/usage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 18:52:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The company uuids field is required.\"\n}"},{"id":"7dd65e62-bee5-4684-b6a2-c790a3a77701","name":"Failed. Company Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"company_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/organization/paygo_sims/usage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 18:57:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Company not found\"\n}"}],"_postman_id":"605bef3d-ed18-490d-bdf1-005ef9babe24"},{"name":"Company Daily Usage","id":"52352b16-e7ad-4a73-a845-3775239c25c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"},{"key":"operator_uuid","value":"","description":"<p>Operator UUID</p>\n","type":"text"}]},"url":"{{base_path}}/report/company/daily/usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make report of all SIM cards, from the chosen Operator including Usage by MCC, and MNC.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","company","daily","usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"7f237487-ce48-4ce6-ac3f-43b0fb8d0834","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuid","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Operator UUID","type":"text"}]},"url":"{{base_path}}/report/company/daily/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:26:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"c84fdcf5-e539-4291-bc36-0713c5339d7e","name":"Failed. Operator Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuid","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Operator UUID","type":"text"}]},"url":"{{base_path}}/report/company/daily/usage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:27:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operator Not Found\"\n}"},{"id":"fa9b8370-7e38-4b13-95d8-a061e4379f8d","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuid","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Operator UUID","type":"text"}]},"url":"{{base_path}}/report/company/daily/usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:27:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"52352b16-e7ad-4a73-a845-3775239c25c0"},{"name":"Organization Daily Usage","id":"cdaff3d0-f787-47e4-84dc-74a18986a8d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"},{"key":"operator_uuid","value":"","description":"<p>Operator UUID</p>\n","type":"text"},{"key":"company_uuids","value":"","description":"<p>Company UUIDs, multiple values separated by commas is allowed</p>\n","type":"text"}]},"url":"{{base_path}}/report/organization/daily/usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make report of all SIM cards, from the chosen Company and the Operator including Usage by MCC, and MNC.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","organization","daily","usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"70795870-07ee-4ece-b3dd-842e6cff39d2","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuid","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Operator UUID","type":"text"},{"key":"company_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc,e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/organization/daily/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:33:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"e0001689-aeb4-4134-8f2f-77507e6715eb","name":"Failed. Some Company Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuid","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Operator UUID","type":"text"},{"key":"company_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc,e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/organization/daily/usage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:30:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Company not found\"\n}"},{"id":"1b943678-964a-4e25-bc0d-5f7050df7d69","name":"Failed. Operator Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuid","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Operator UUID","type":"text"},{"key":"company_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc,e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/organization/daily/usage"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:31:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operator Not Found\"\n}"},{"id":"aec72ef5-79d1-4278-aac8-b5bfbe1e9555","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuid","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Operator UUID","type":"text"},{"key":"company_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc,e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Company UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/organization/daily/usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:34:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"cdaff3d0-f787-47e4-84dc-74a18986a8d2"},{"name":"Operators Usage","id":"2f4f59ee-1f84-4a1c-81d4-fb3866d58ffc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"},{"key":"operator_uuids","value":"","description":"<p>Operator UUIDs, multiple values separated by commas is allowed</p>\n","type":"text"}]},"url":"{{base_path}}/report/operators/usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report of all SIM cards from the chosen Operators, including Plans, Usage, End-users and Notes.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","operators","usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"3ed60708-3014-4be8-af71-25b87fac5e4d","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc,e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Operator UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/operators/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Apr 2025 06:42:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"44fba106-4844-4ab7-8d66-981d98211e5b","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuids","value":"e9b7daa9-7a61-4efb-a68a-4aeaf5a99bcc","description":"Operator UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/operators/usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 11:39:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"},{"id":"87487341-fc12-4198-8567-02978756e9e4","name":"Failed. Missed Operator UUIDs","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuids","value":"","description":"Operator UUIDs, multiple values separated by commas is allowed","type":"text","disabled":true}]},"url":"{{base_path}}/report/operators/usage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 11:40:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The operator uuids field is required.\"\n}"}],"_postman_id":"2f4f59ee-1f84-4a1c-81d4-fb3866d58ffc"},{"name":"SIMs Usage","id":"68ce2041-1edb-44ed-a606-d793ff38587f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"","description":"<p>The period of time for which the report is generated. Format: yyyy-mm-01.</p>\n","type":"text"}]},"url":"{{base_path}}/report/sims/usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send request to make a report of all SIM cards, including Plans, Usage, End-users and Notes.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["report","sims","usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"2a7a2870-61d7-4b4a-8723-cbd1533817f8","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"}]},"url":"{{base_path}}/report/sims/usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 11:53:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"The report creation process has started. You will receive a link to download the file when the process is completed\"\n}"},{"id":"880a2212-dfe6-423e-9215-05662a15eaab","name":"Failed. Not enough rights","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"bill_cycle","value":"2025-03-01","description":"The period of time for which the report is generated. Format: yyyy-mm-01.","type":"text"},{"key":"operator_uuids","value":"","description":"Operator UUIDs, multiple values separated by commas is allowed","type":"text"}]},"url":"{{base_path}}/report/sims/usage"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Apr 2025 11:39:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"68ce2041-1edb-44ed-a606-d793ff38587f"}],"id":"da088c49-b4fc-47d3-985a-4eb69453bfd6","description":"<p>Endpoints in this category operate on <strong>collections of Reports</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"da088c49-b4fc-47d3-985a-4eb69453bfd6","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"SIM API Endpoints","item":[{"name":"Single SIM API Endpoints","item":[{"name":"SIM Allowed Refills","id":"14c635cf-ac0b-45c5-b05e-8194122c2f9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_path}}/sim/{{iccid}}/allowed_refills","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to get a page of allowed refills for current SIM. This feature is relevant to prepaid SIMs only.</p>\n<p>You can get page of allowed refills only for SIM, that assigned to your account.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{iccid}}","allowed_refills"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, \"amount\" by def.\nAllowed values: \"amount\", \"price\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""}],"variable":[]}},"response":[{"id":"72663cb5-8f79-4e8e-b1de-5491cd3c970d","name":"Success. With Refills","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/sim/8930000000000000020/allowed_refills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 18:51:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 1,\n    \"to_item\": 3,\n    \"current_page\": 1,\n    \"total\": 3,\n    \"data\": {\n        \"refills\": [\n            {\n                \"uuid\": \"e5d09031-300a-4609-945e-4639d137b5d5\",\n                \"description\": \"1 GB + 365 days\",\n                \"amount_mb\": 1024,\n                \"price\": 10,\n                \"currency_code\": \"EUR\",\n                \"is_default\": true\n            },\n            {\n                \"uuid\": \"42e82aa4-14ca-49e4-b669-e9b6d46787ec\",\n                \"description\": \"5 GB + 365 days\",\n                \"amount_mb\": 5120,\n                \"price\": 20,\n                \"currency_code\": \"EUR\",\n                \"is_default\": false\n            },\n            {\n                \"uuid\": \"ba6ed6e4-93bd-4ca6-97dc-8eb3aa458287\",\n                \"description\": \"10 GB + 365 days\",\n                \"amount_mb\": 10240,\n                \"price\": 30,\n                \"currency_code\": \"EUR\",\n                \"is_default\": false\n            }\n        ]\n    }\n}"},{"id":"13b1dd12-9ccb-48bd-beac-ec2d945f8bc8","name":"Success. Without Refills","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/sim/8930000000000000020/allowed_refills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:06:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"from_item\": 0,\n    \"to_item\": 0,\n    \"current_page\": 1,\n    \"total\": 0,\n    \"data\": {\n        \"refills\": []\n    }\n}"},{"id":"4a1ebebd-86f2-4f39-93c8-310e16e5458d","name":"Failed. Incorrect ICCID","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/sim/8930000000000000020/allowed_refills"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 21:43:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM Card not found\"\n}"},{"id":"49e3d652-993b-4c69-bd44-697c60272aa8","name":"Failed. Without Type or Plan is not Prepaid","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{base_path}}/sim/8930000000000000020/allowed_refills"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 08:39:16 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan Type Is Invalid\"\n}"}],"_postman_id":"14c635cf-ac0b-45c5-b05e-8194122c2f9b"},{"name":"SIM Daily Usage","id":"36c4e7df-8adc-42e2-855a-0cc40c669a14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_path}}/sim/{{iccid}}/daily_usage/{{bill_cycle}}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to get a daily usage for current SIM by bill-cycle.</p>\n<p>Bill-cycle format: Y-m-d.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{iccid}}","daily_usage","{{bill_cycle}}"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"bc278099-a8df-4323-9e33-a4d43f078771","name":"Success","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/sim/8931112300123456789/daily_usage/2025-04-01"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 05:13:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"daily_usage\": [\n            {\n                \"date\": \"2025-04-05\",\n                \"usage\": \"4006.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-06\",\n                \"usage\": \"26229.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-07\",\n                \"usage\": \"25653.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-11\",\n                \"usage\": \"108651.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-12\",\n                \"usage\": \"4959.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-13\",\n                \"usage\": \"1759.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-14\",\n                \"usage\": \"33279.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-15\",\n                \"usage\": \"39379.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-16\",\n                \"usage\": \"24603.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-17\",\n                \"usage\": \"24177.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-18\",\n                \"usage\": \"23714.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-19\",\n                \"usage\": \"7625.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-20\",\n                \"usage\": \"1187.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-21\",\n                \"usage\": \"294093.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-22\",\n                \"usage\": \"28006.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-23\",\n                \"usage\": \"28862.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-24\",\n                \"usage\": \"30994.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-25\",\n                \"usage\": \"32248.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-26\",\n                \"usage\": \"9679.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-27\",\n                \"usage\": \"1453.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-28\",\n                \"usage\": \"34589.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-29\",\n                \"usage\": \"37734.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            },\n            {\n                \"date\": \"2025-04-30\",\n                \"usage\": \"33021.0\",\n                \"voice\": \"0.0\",\n                \"country\": \"-\",\n                \"provider\": \"Test Provider\"\n            }\n        ]\n    }\n}"},{"id":"003ecf0d-01f0-4320-b180-ef4b7603d004","name":"Failed. SIM Not Found","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/sim/8931112300123456789/daily_usage/2025-04-01"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 05:14:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM Card Not Found\"\n}"},{"id":"fff8492b-9b17-4d17-9a1e-ba56ba4c077e","name":"Failed. Invalid Bill Cycle","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/sim/8931112300123456789/daily_usage/2025-04-32"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 May 2025 05:14:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The bill cycle does not match the format Y-m-d.\"\n}"}],"_postman_id":"36c4e7df-8adc-42e2-855a-0cc40c669a14"},{"name":"SIM Add Label","id":"f8cdc5b9-4026-4349-8e58-27a53f58d9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"","description":"<p>UUID of SIM Label</p>\n","type":"text"}]},"url":"{{base_path}}/sim/{{sim_iccid}}/add_label","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to add existing Labels for specified SIM.</p>\n<p>You can get list of available labels from <strong>SIMs Available Labels</strong> API Endpoint.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{sim_iccid}}","add_label"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"5ac36ca2-00d0-4e34-90e1-a48a3c14bfab","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"ce52764c-4835-4c86-961a-0b8179f1c8d2","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/add_label"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 19:40:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Label \\\"Test Label\\\" has been assigned\"\n}"},{"id":"dbe94c27-13c6-4c5a-bb6d-d88a579025b5","name":"Failed. Incorrect ICCID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"ce52764c-4835-4c86-961a-0b8179f1c8d2","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/add_label"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 21:49:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Sim Card not found\"\n}"},{"id":"2a95136e-7b88-4927-a6bf-2682e3f26d79","name":"Failed. Incorrect Label Uuid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"ce52764c-4835-4c86-961a-0b8179f1c8d2","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/add_label"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 21:51:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Label not found\"\n}"}],"_postman_id":"f8cdc5b9-4026-4349-8e58-27a53f58d9a3"},{"name":"SIM Add Rule","id":"d43d2920-3e04-4733-a6c6-0564cac5714f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"{{rule_uuid}}","description":"<p>UUID of rule</p>\n","type":"text"}]},"url":"{{base_path}}/sim/{{sim_iccid}}/add_rule","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to add existing Rules for SIM. The rule type must be relevant to the specified SIM.</p>\n<p>You can get available rule UUID from <strong>SIMs Available Rules</strong> API Endpoint.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{sim_iccid}}","add_rule"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"be5f4c51-87c7-40cf-8737-fbb9c1cbbca2","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/add_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 19:43:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Rule \\\"Test Rule\\\" has been assigned\"\n}"},{"id":"838951e6-1684-431c-8b06-d317c77f2d4e","name":"Failed. Incorrect Rule Uuid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/add_rule"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:01:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Rule not found\"\n}"},{"id":"833d1fce-f5ef-4d86-85a2-97f67feae702","name":"Failed. Incorrect ICCID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/add_rule"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:02:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Sim Card not found\"\n}"}],"_postman_id":"d43d2920-3e04-4733-a6c6-0564cac5714f"},{"name":"SIM Add Note","id":"1adb1a5f-f232-42d5-8cec-094520ccac14","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"note","value":"","description":"<p>Your Note text\n100 characters max</p>\n","type":"text"}]},"url":"{{base_path}}/sim/{{sim_iccid}}/add_note","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to add some Note for SIM.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{sim_iccid}}","add_note"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"115bd7ed-21eb-4d58-9d9c-b1687a101d01","name":"Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"note","value":"test note","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/add_note"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 19:49:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Note has been assigned\"\n}"},{"id":"e9403b10-c9af-4db3-986f-75e82997d572","name":"Failed. Incorrect ICCID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"note","value":"test note","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/add_note"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:08:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Sim Card not found\"\n}"}],"_postman_id":"1adb1a5f-f232-42d5-8cec-094520ccac14"},{"name":"SIM Assign End User","id":"c7d3cf56-0571-4de1-add8-6d0945dd2c18","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"user_uuid","value":"{{end_user_uuid}}","description":"<p>UUID of End User</p>\n","type":"text"}]},"url":"{{base_path}}/sim/{{sim_iccid}}/assign/end_user","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to assign end user to SIM by ICCID and user UUID.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{sim_iccid}}","assign","end_user"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"a0e55e9e-e02d-4d91-82a4-ab1d73a49aa2","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user_uuid","value":"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/assign/end_user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 19:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"60"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"Assigning SIM to End-User is in progress\"\n}"},{"id":"dac6781b-dd7f-4502-9bfb-2e50a646daa0","name":"Failed. Incorrect User Uuid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user_uuid","value":"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/assign/end_user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:43:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"User not found\"\n}"},{"id":"5b7751cd-9eed-466f-8fa8-8348607afeea","name":"Failed. Incorrect ICCID","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"user_uuid","value":"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/assign/end_user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:43:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Sim Card not found\"\n}"}],"_postman_id":"c7d3cf56-0571-4de1-add8-6d0945dd2c18"},{"name":"SIM Assign Plan","id":"00a09940-879d-4826-8858-4f0ddf8bfefc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"<client-id>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":false},"method":"PUT","header":[],"url":"{{base_path}}/sim/{{iccid}}/assign_plan?plan_uuid=","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to assign plan and company for SIM by ICCID.</p>\n<p>Reasons for the responses:</p>\n<ul>\n<li><p>Forbidden - Authorized account type is not organization.</p>\n</li>\n<li><p>Not suitable plan - The plan is not general and does not belong to the company.</p>\n</li>\n</ul>\n","urlObject":{"path":["sim","{{iccid}}","assign_plan"],"host":["{{base_path}}"],"query":[{"description":{"content":"<p>UUID of the plan that will be assigned to SIM.</p>\n","type":"text/plain"},"key":"plan_uuid","value":""},{"disabled":true,"description":{"content":"<p>Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.</p>\n","type":"text/plain"},"key":"company_uuid","value":""}],"variable":[]}},"response":[{"id":"c11804a8-f78d-4488-a287-a4ac3a5477e5","name":"Success","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=cd0849e2-6855-450d-b395-12e9254bbd60&company_uuid=e6385e6d-e0d3-4ac1-8ea8-0aad32266451","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"cd0849e2-6855-450d-b395-12e9254bbd60","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"e6385e6d-e0d3-4ac1-8ea8-0aad32266451","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 15:56:10 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"sim_card\": {\n            \"iccid\": \"89204029347156354601\",\n            \"status\": {\n                \"id\": 4,\n                \"title\": \"suspended\"\n            },\n            \"sim_card_type\": \"prepaid\",\n            \"is_e_sim\": true,\n            \"e_sim_details\": {\n                \"e_sim_qr\": \"LPA:1$test.ti$A2-1A0A3A-1AG123\",\n                \"e_sim_assigned_at\": null\n            },\n            \"operator\": {\n                \"uuid\": \"a6a3687a-847e-4d26-a899-e53220dd9722\",\n                \"name\": \"Test Operator\"\n            },\n            \"plan\": {\n                \"uuid\": \"a6a3687a-847e-4d26-a899-e53220dd9722\",\n                \"name\": \"Test Plan\",\n                \"type\": \"prepaid\",\n                \"currency_code\": \"EUR\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"rate_plan\": \"Test Rate Plan\",\n                \"operator\": {\n                    \"uuid\": \"a6a3687a-847e-4d26-a899-e53220dd9722\",\n                    \"name\": \"Test Operator\"\n                },\n                \"days\": 7,\n                \"init_balance_mb\": 500,\n                \"price\": \"0.0100\",\n                \"vat_percent\": 0,\n                \"auto_refill_discount\": 0,\n                \"is_store_published\": false\n            },\n            \"imsi\": \"123412341234\",\n            \"pin\": \"0000\",\n            \"puk\": \"12312312\",\n            \"msisdn\": \"12312312312\",\n            \"is_throttled\": false,\n            \"activated_at\": null,\n            \"expired_at\": null,\n            \"plan_assigned_at\": {\n                \"unix_timestamp\": 1753890964,\n                \"human_time\": \"15:56:04\",\n                \"human_date\": \"2025-07-30\",\n                \"timezone\": \"UTC\"\n            },\n            \"created_at\": {\n                \"unix_timestamp\": 1752855816,\n                \"human_time\": \"16:23:36\",\n                \"human_date\": \"2025-07-18\",\n                \"timezone\": \"UTC\"\n            },\n            \"company\": {\n                \"uuid\": \"a6a3687a-847e-4d26-a899-e53220dd9722\",\n                \"name\": \"Test Company\"\n            },\n            \"details\": {\n                \"usage_kb\": 0,\n                \"activated_at\": null,\n                \"expired_at\": null,\n                \"remaining_usage_kb\": 512000,\n                \"remaining_days\": 7,\n                \"is_auto_refill_enabled\": false\n            }\n        }\n    },\n    \"ack\": \"success\",\n    \"details\": \"Plan has been assigned\"\n}"},{"id":"279d3c9b-a313-451e-8826-0e82fc3157a9","name":"Failed. Forbidden","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722&company_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 30 Jul 2025 16:00:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Forbidden\"\n}"},{"id":"ba8b89e6-4cf1-4de7-9274-89ed91aa17f1","name":"Failed. Only for Organization","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722&company_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 16:00:24 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is available for Organization level only\"\n}"},{"id":"1b3bfb8e-2492-462d-a1ed-e58453ef3f5b","name":"Failed. Plan not found","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722&company_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 30 Jul 2025 15:55:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan not found\"\n}"},{"id":"421097cf-1d11-401f-9fd8-d26bf99ae223","name":"Failed. Not suitable plan","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722&company_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 30 Jul 2025 16:08:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan is not suitable for this operation.\"\n}"},{"id":"7c919a8e-953d-4718-b45e-8148adc251bb","name":"Failed. Operator unavailable","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722&company_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 30 Jul 2025 16:05:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is temporarily unavailable due to operator issues\"\n}"},{"id":"1241511d-71b8-4a37-9626-e912958dff8a","name":"Failed. Plan and SIM have differ operators","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722&company_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 30 Jul 2025 16:07:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan and SIM card have different operator\"\n}"},{"id":"3a0327a4-7697-46ad-a92b-156d6fbfe230","name":"Failed. SIM has company already","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722&company_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 30 Jul 2025 15:58:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM card is belongs to customer\"\n}"},{"id":"80db6378-e593-472e-9f44-8765846734f8","name":"Failed. SIM has not company and company uuid is missing","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 15:58:13 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"No company assigned to this SIM card. You need to provide company uuid for this case.\"\n}"},{"id":"69f95e18-5f97-4449-9a99-a075f2f7eedd","name":"Failed. SIM has plan already","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722&company_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 30 Jul 2025 15:54:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This SIM card already has a plan assigned.\"\n}"},{"id":"1415bf26-f7a3-4900-b779-b7ab2744fe30","name":"Failed. SIM in request","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722&company_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 16:02:45 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"(e)SIM 8948010000049771686 is already in the request.\"\n}"},{"id":"02b8381d-cf74-4665-8d58-14e71cfbde65","name":"Failed. SIM with wrong status","originalRequest":{"method":"PUT","header":[],"url":{"raw":"{{base_path}}/sim/89204029347156354601/assign_plan?plan_uuid=a6a3687a-847e-4d26-a899-e53220dd9722&company_uuid=a6a3687a-847e-4d26-a899-e53220dd9722","host":["{{base_path}}"],"path":["sim","89204029347156354601","assign_plan"],"query":[{"key":"plan_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"UUID of the plan that will be assigned to SIM."},{"key":"company_uuid","value":"a6a3687a-847e-4d26-a899-e53220dd9722","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Jul 2025 16:02:45 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM must be in active, suspended or not available status\"\n}"}],"_postman_id":"00a09940-879d-4826-8858-4f0ddf8bfefc"},{"name":"SIM Unassign End User","id":"60dc209c-799e-4511-985e-2aa9fa5f081d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_path}}/sim/{{sim_iccid}}/unassign/end_user","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to unassign End User from SIM by ICCID.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{sim_iccid}}","unassign","end_user"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"a46db254-8989-4ed4-8ebb-69c5b776c8f1","name":"Success","originalRequest":{"method":"POST","header":[],"url":"{{base_path}}/sim/8930000000000000020/unassign/end_user"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 19:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"60"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"Unassigning SIM to End-User is in progress\"\n}"},{"id":"884563e5-59a9-4a4b-8a89-689fd8b7b6cb","name":"Failed. Incorrect ICCID","originalRequest":{"method":"PUT","header":[],"url":"{{base_path}}/sim/8930000000000000020/unassign/end_user"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:43:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Sim Card not found\"\n}"}],"_postman_id":"60dc209c-799e-4511-985e-2aa9fa5f081d"},{"name":"SIM Update Properties","id":"6a9892cc-4276-49a3-afe5-94740fdcc8f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"eid","value":"","description":"<p>optional, unique identifier of eSIM</p>\n","type":"text","disabled":true},{"key":"msisdn","value":"","description":"<p>optional, Mobile Station ISDN Number, number between 4 and 6</p>\n","type":"text","disabled":true},{"key":"imsi","value":"","description":"<p>optional, identifier of the SIM  subscriber</p>\n","type":"text","disabled":true},{"key":"imei","value":"","description":"<p>optional, SIM International Mobile Equipment Identity</p>\n","type":"text","disabled":true},{"key":"pin1","value":"","description":"<p>optional, PIN1 code for SIM, number between 4 and 6</p>\n","type":"text","disabled":true},{"key":"pin2","value":"","description":"<p>optional, PIN2 code for SIM, number between 4 and 6</p>\n","type":"text","disabled":true},{"key":"puk1","value":"","description":"<p>optional, PUK1 code for SIM, length 8 digits</p>\n","type":"text","disabled":true},{"key":"puk2","value":"","description":"<p>optional,PUK2 code for SIM, length 8 digits</p>\n","type":"text","disabled":true},{"key":"ip","value":"","description":"<p>optional, SIM ip address</p>\n","type":"text","disabled":true},{"key":"apn","value":"","description":"<p>optional, the private APN of the SIM</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/sim/{{iccid}}/update_properties","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Account Levels Support</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to update properties for SIM by ICCID.</p>\n","urlObject":{"path":["sim","{{iccid}}","update_properties"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"97655460-8655-4753-b8d3-b8274b58d75a","name":"Success. All possible params","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"eid","value":"11123","description":"optional, unique identifier of eSIM","type":"text"},{"key":"msisdn","value":"122285303430727","description":"optional, Mobile Station ISDN Number, number between 4 and 6","type":"text"},{"key":"imsi","value":"901405130030777","description":"optional, identifier of the SIM  subscriber","type":"text"},{"key":"imei","value":"8123840529506123","description":"optional, SIM International Mobile Equipment Identity","type":"text"},{"key":"pin1","value":"1234","description":"optional, PIN1 code for SIM, number between 4 and 6","type":"text"},{"key":"pin2","value":"1234","description":"optional, PIN2 code for SIM, number between 4 and 6","type":"text"},{"key":"puk1","value":"12345678","description":"optional, PUK1 code for SIM, length 8 digits","type":"text"},{"key":"puk2","value":"12345678","description":"optional,PUK2 code for SIM, length 8 digits","type":"text"},{"key":"ip","value":"127.0.0.34","description":"optional, SIM ip address","type":"text"},{"key":"apn","value":"private_api_apn","description":"optional, the private APN of the SIM","type":"text"}]},"url":"/sim/{{iccid}}/update_properties"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 04 Dec 2025 07:58:44 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"SIM properties have been updated\"\n}"},{"id":"264c05f0-9e6d-40d2-8693-a32ad1bfa2b1","name":"Success. Only one param","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"eid","value":"11123","description":"optional, unique identifier of eSIM","type":"text","disabled":true},{"key":"msisdn","value":"","description":"optional, Mobile Station ISDN Number, number between 4 and 6","type":"text","disabled":true},{"key":"imsi","value":"","description":"optional, identifier of the SIM  subscriber","type":"text","disabled":true},{"key":"imei","value":"","description":"optional, SIM International Mobile Equipment Identity","type":"text","disabled":true},{"key":"pin1","value":"","description":"optional, PIN1 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"pin2","value":"","description":"optional, PIN2 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"puk1","value":"12345678","description":"optional, PUK1 code for SIM, length 8 digits","type":"text"},{"key":"puk2","value":"","description":"optional,PUK2 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"ip","value":"","description":"optional, SIM ip address","type":"text","disabled":true},{"key":"apn","value":"","description":"optional, the private APN of the SIM","type":"text","disabled":true}]},"url":"{{base_path}}/sim/{{iccid}}/update_properties"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 04 Dec 2025 08:03:57 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"SIM properties have been updated\"\n}"},{"id":"98762883-e245-4ac5-976d-3c7baed4de83","name":"Failed. EID already exists","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"eid","value":"1112","description":"optional, unique identifier of eSIM","type":"text"},{"key":"msisdn","value":"","description":"optional, Mobile Station ISDN Number, number between 4 and 6","type":"text","disabled":true},{"key":"imsi","value":"","description":"optional, identifier of the SIM  subscriber","type":"text","disabled":true},{"key":"imei","value":"","description":"optional, SIM International Mobile Equipment Identity","type":"text","disabled":true},{"key":"pin1","value":"","description":"optional, PIN1 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"pin2","value":"","description":"optional, PIN2 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"puk1","value":"","description":"optional, PUK1 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"puk2","value":"","description":"optional,PUK2 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"ip","value":"","description":"optional, SIM ip address","type":"text","disabled":true},{"key":"apn","value":"","description":"optional, the private APN of the SIM","type":"text","disabled":true}]},"url":"{{base_path}}/sim/{{iccid}}/update_properties"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 04 Dec 2025 07:17:52 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"'EID' already exists and can not be updated\"\n}"},{"id":"c8edb434-ed49-40ab-9b58-c2cff26bf188","name":"Failed. SIM dont have EID integration","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"eid","value":"11123","description":"optional, unique identifier of eSIM","type":"text"},{"key":"msisdn","value":"","description":"optional, Mobile Station ISDN Number, number between 4 and 6","type":"text","disabled":true},{"key":"imsi","value":"","description":"optional, identifier of the SIM  subscriber","type":"text","disabled":true},{"key":"imei","value":"","description":"optional, SIM International Mobile Equipment Identity","type":"text","disabled":true},{"key":"pin1","value":"","description":"optional, PIN1 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"pin2","value":"","description":"optional, PIN2 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"puk1","value":"","description":"optional, PUK1 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"puk2","value":"","description":"optional,PUK2 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"ip","value":"","description":"optional, SIM ip address","type":"text","disabled":true},{"key":"apn","value":"","description":"optional, the private APN of the SIM","type":"text","disabled":true}]},"url":"{{base_path}}/sim/{{iccid}}/update_properties"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 04 Dec 2025 07:50:18 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operator have not 'EID' integration for this action\"\n}"},{"id":"252c50db-0b85-439f-92ce-0b743a24f58f","name":"Failed. Invalid PIN format","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"eid","value":"11123","description":"optional, unique identifier of eSIM","type":"text","disabled":true},{"key":"msisdn","value":"","description":"optional, Mobile Station ISDN Number, number between 4 and 6","type":"text","disabled":true},{"key":"imsi","value":"","description":"optional, identifier of the SIM  subscriber","type":"text","disabled":true},{"key":"imei","value":"","description":"optional, SIM International Mobile Equipment Identity","type":"text","disabled":true},{"key":"pin1","value":"123","description":"optional, PIN1 code for SIM, number between 4 and 6","type":"text"},{"key":"pin2","value":"","description":"optional, PIN2 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"puk1","value":"","description":"optional, PUK1 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"puk2","value":"","description":"optional,PUK2 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"ip","value":"","description":"optional, SIM ip address","type":"text","disabled":true},{"key":"apn","value":"","description":"optional, the private APN of the SIM","type":"text","disabled":true}]},"url":"{{base_path}}/sim/{{iccid}}/update_properties"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 04 Dec 2025 07:51:01 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The pin1 must be between 4 and 6 digits.\"\n}"},{"id":"dfb758d2-5c25-4bfa-a2c5-38876298d548","name":"Failed. Invalid PUK format","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"eid","value":"","description":"optional, unique identifier of eSIM","type":"text","disabled":true},{"key":"msisdn","value":"","description":"optional, Mobile Station ISDN Number, number between 4 and 6","type":"text","disabled":true},{"key":"imsi","value":"","description":"optional, identifier of the SIM  subscriber","type":"text","disabled":true},{"key":"imei","value":"","description":"optional, SIM International Mobile Equipment Identity","type":"text","disabled":true},{"key":"pin1","value":"","description":"optional, PIN1 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"pin2","value":"","description":"optional, PIN2 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"puk1","value":"","description":"optional, PUK1 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"puk2","value":"2342","description":"optional,PUK2 code for SIM, length 8 digits","type":"text"},{"key":"ip","value":"","description":"optional, SIM ip address","type":"text","disabled":true},{"key":"apn","value":"","description":"optional, the private APN of the SIM","type":"text","disabled":true}]},"url":"{{base_path}}/sim/{{iccid}}/update_properties"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 04 Dec 2025 07:51:26 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The puk2 must be 8 digits.\"\n}"},{"id":"fb8730e3-51de-4473-8b69-682cae6c3368","name":"Failed. Not enough permissions","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"eid","value":"","description":"optional, unique identifier of eSIM","type":"text","disabled":true},{"key":"msisdn","value":"123","description":"optional, Mobile Station ISDN Number, number between 4 and 6","type":"text"},{"key":"imsi","value":"","description":"optional, identifier of the SIM  subscriber","type":"text","disabled":true},{"key":"imei","value":"","description":"optional, SIM International Mobile Equipment Identity","type":"text","disabled":true},{"key":"pin1","value":"","description":"optional, PIN1 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"pin2","value":"","description":"optional, PIN2 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"puk1","value":"","description":"optional, PUK1 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"puk2","value":"","description":"optional,PUK2 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"ip","value":"","description":"optional, SIM ip address","type":"text","disabled":true},{"key":"apn","value":"","description":"optional, the private APN of the SIM","type":"text","disabled":true}]},"url":"{{base_path}}/sim/{{iccid}}/update_properties"},"status":"Forbidden","code":403,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 04 Dec 2025 07:52:01 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"You don't have permission to update 'MSISDN' SIM property\"\n}"},{"id":"96a07f83-d02c-4c75-adeb-3be0834ab858","name":"Failed. Invalid IP","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"eid","value":"11123","description":"optional, unique identifier of eSIM","type":"text","disabled":true},{"key":"msisdn","value":"123","description":"optional, Mobile Station ISDN Number, number between 4 and 6","type":"text","disabled":true},{"key":"imsi","value":"","description":"optional, identifier of the SIM  subscriber","type":"text","disabled":true},{"key":"imei","value":"123","description":"optional, SIM International Mobile Equipment Identity","type":"text","disabled":true},{"key":"pin1","value":"123","description":"optional, PIN1 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"pin2","value":"1234","description":"optional, PIN2 code for SIM, number between 4 and 6","type":"text","disabled":true},{"key":"puk1","value":"243","description":"optional, PUK1 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"puk2","value":"2342","description":"optional,PUK2 code for SIM, length 8 digits","type":"text","disabled":true},{"key":"ip","value":"1234","description":"optional, SIM ip address","type":"text"},{"key":"apn","value":"1111","description":"optional, the private APN of the SIM","type":"text","disabled":true}]},"url":"{{base_path}}/sim/{{iccid}}/update_properties"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Thu, 04 Dec 2025 07:53:12 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.3.24"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.3.24"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The ip must be a valid IP address.\"\n}"}],"_postman_id":"6a9892cc-4276-49a3-afe5-94740fdcc8f4"},{"name":"SIM Activate","id":"5985b83f-a0d5-4a78-b2ea-35836df8b2fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/{{iccid}}/activate","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to activate SIM by ICCID.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{iccid}}","activate"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"f8ca3525-90df-4bf2-a158-b853795d4b40","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{base_path}}/sim/8930000000000000020/activate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 19:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"60"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"SIM activation is in progress\"\n}"},{"id":"95e09747-8a3b-4e10-bc4c-31e4c167241b","name":"Failed. Incorrect ICCID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8930000000000000020/activate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:09:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Sim Card not found\"\n}"},{"id":"a28cfc8d-5355-486e-ae19-b923806cae28","name":"Failed. SIM is deleted","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8930000000000000020/activate"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:09:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"(e)SIM card archived\"\n}"},{"id":"0ce171e8-6f24-4e39-a4d5-b1fd57a8589e","name":"Failed. Not available End-user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8930000000000000020/activate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:09:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is not available for End user level\"\n}"},{"id":"4c0ee6bf-9fd3-4a41-822c-e2eb3ccdcc30","name":"Failed. You do not have needed permissions or SIM is archived","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8930000000000000020/activate"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 08:56:05 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Keep-Alive","value":"timeout=120, max=996"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"5985b83f-a0d5-4a78-b2ea-35836df8b2fb"},{"name":"SIM Cancel Location","id":"dc59490e-c1fd-4e71-9235-d02c98a0415a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/{{sim_iccid}}/cancel_location","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to cancel location SIM by ICCID.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{sim_iccid}}","cancel_location"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"2cd1215f-dd38-4a02-84d5-428928e2d796","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/sim/8934071500000000062/cancel_location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 20:00:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"SIM Cancel Location is in progress\"\n}"},{"id":"ecc29e34-7943-4917-8a2e-324514b57607","name":"Failed. Incorrect ICCID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8934071500000000062/cancel_location"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:12:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Sim Card not found\"\n}"},{"id":"8f3b1c14-7737-40f4-9143-d527a06fea0f","name":"Failed. Not available for End-user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8934071500000000062/cancel_location"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:12:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is not available for End user level\"\n}"},{"id":"73b701dd-711f-4dd7-9da0-bf23e13cb79e","name":"Failed. You do not have needed permissions or SIM is already activated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8934071500000000093/cancel_location"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 08:56:05 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Keep-Alive","value":"timeout=120, max=996"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"dc59490e-c1fd-4e71-9235-d02c98a0415a"},{"name":"SIM Manual Refill","id":"7bf8baa5-3630-46ab-9efc-4d3ca0a0facc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"amount_mb","value":"","description":"<p>Refill amount. Integer.</p>\n","type":"text"},{"key":"reason","value":"","description":"<p>Reason of refill</p>\n","type":"text"}]},"url":"{{base_path}}/sim/{{prepaid_sim_iccid}}/manual_refill","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to manual SIM refill. This feature is relevant to prepaid SIMs only.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{prepaid_sim_iccid}}","manual_refill"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"5022704a-04a5-43f8-b5da-e6b5f80a3c9d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"amount_mb","value":"512","type":"text"},{"key":"reason","value":"Some reason","type":"text"}]},"url":"/sim/8930000000000000020/manual_refill"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 20:03:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": \"false\",\n    \"details\": \"SIM Manual Refill is in progress\"\n}"},{"id":"778e36b0-58a4-4819-8f13-7a7c2c79a7ea","name":"Failed. Incorrect ICCID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"amount_mb","value":"512","type":"text"},{"key":"reason","value":"Some reason","type":"text"}]},"url":"{{base_path}}/sim/8930000000000000020/manual_refill"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:14:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Sim Card not found\"\n}"}],"_postman_id":"7bf8baa5-3630-46ab-9efc-4d3ca0a0facc"},{"name":"SIM Refresh Usage","id":"a53c322b-cd2f-4df4-b826-d85780689908","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{base_path}}/sim/{{sim_iccid}}/refresh_usage","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to refresh usage for SIM by ICCID.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{sim_iccid}}","refresh_usage"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"db688b13-b1db-4ef9-98f1-23cb38641f75","name":"Success","originalRequest":{"method":"POST","header":[],"url":"/sim/8930000000000000020/refresh_usage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 20:06:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"SIM Refresh Usage is in progress\"\n}"},{"id":"46e51733-099a-437b-8f5c-3d8ed829d692","name":"Failed. Incorrect ICCID","originalRequest":{"method":"POST","header":[],"url":"{{base_path}}/sim/8930000000000000020/refresh_usage"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:15:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Sim Card not found\"\n}"}],"_postman_id":"a53c322b-cd2f-4df4-b826-d85780689908"},{"name":"SIM Suspend","id":"f59e3353-c0f2-41e5-b5ad-79bc41d7a1e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/{{sim_iccid}}/suspend","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to suspend SIM by ICCID.</p>\n<p>Reasons for some responses:</p>\n<ul>\n<li>Forbidden - SIM was manually suspended.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{sim_iccid}}","suspend"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"bcfa4a29-2e2d-484e-891b-657d1e03ca02","name":"Success","originalRequest":{"method":"POST","header":[],"url":"/sim/8934071500000000022/suspend"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 20:06:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"SIM suspending is in progress\"\n}"},{"id":"d5a4a01d-c11f-4902-adee-cdcb6e97fdc1","name":"Failed. Incorrect ICCID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8934071500000000021/suspend"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:17:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Sim Card not found\"\n}"},{"id":"de915893-dc39-46f1-a329-0ed233f767af","name":"Failed. SIM is archived","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8934071500000000021/suspend"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:17:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"(e)SIM card archived\"\n}"},{"id":"9601941b-8fed-4a2b-aa74-8cd39117d229","name":"Failed. Not available for End-user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8934071500000000021/suspend"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:17:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is not available for End user level\"\n}"},{"id":"28649959-6423-45fd-858b-76d1876e89c7","name":"Failed. You do not have needed permissions or SIM is already activated","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/8934071500000000093/suspend"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Jul 2024 08:56:05 GMT"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Keep-Alive","value":"timeout=120, max=996"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"f59e3353-c0f2-41e5-b5ad-79bc41d7a1e9"},{"name":"SIM Enable Auto Refill","id":"8e9a5efa-a3e1-434d-b1c1-299ad489f25c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"refill_uuid","value":"","description":"<p>UUID of the refill</p>\n","type":"text"},{"key":"payment_type","value":"","description":"<p>Payment method.\nAllowed values: 1 - Credit Card, 2 - Wallet</p>\n","type":"text"}]},"url":"{{base_path}}/sim/{{prepaid_sim_iccid}}/auto_refill/enable","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to enable auto refill for SIM by ICCID.</p>\n<p>Reasons for some responses:</p>\n<ul>\n<li>Forbidden - payment type is Credit card but auth account does not have it.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{prepaid_sim_iccid}}","auto_refill","enable"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"1d851534-997c-4ade-a871-7f3d9d0ac262","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refill_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","description":"UUID of the refill","type":"text"},{"key":"payment_type","value":"1","description":"Payment method.\nAllowed values: 1 - Credit Card, 2 - Wallet","type":"text"}]},"url":"/sim/8934071500000000049/auto_refill/enable"},"status":"Success","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:25:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Auto-Refill has been enabled\"\n}"},{"id":"085373dd-30cc-443c-98ad-1dc0ccb4236f","name":"Failed. Invalid payment type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refill_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","description":"UUID of the refill","type":"text"},{"key":"payment_type","value":"3","description":"Payment method.\nAllowed values: 1 - Credit Card, 2 - Wallet","type":"text"}]},"url":"{{base_path}}/sim/8934071500000000022/auto_refill/enable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 21:41:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Invalid payment type\"\n}"},{"id":"ff8befb7-d81e-4fa4-9d61-451dcf481f0b","name":"Failed. Refill not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refill_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","description":"UUID of the refill","type":"text"},{"key":"payment_type","value":"1","description":"Payment method.\nAllowed values: 1 - Credit Card, 2 - Wallet","type":"text"}]},"url":"{{base_path}}/sim/8934071500000000022/auto_refill/enable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 21:41:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Refill Not Found\"\n}"},{"id":"945f4fab-d3ad-4d9f-bc95-e09e4d13b79a","name":"Failed. Refill does not belong to SIM Plan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refill_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","description":"UUID of the refill","type":"text"},{"key":"payment_type","value":"1","description":"Payment method.\nAllowed values: 1 - Credit Card, 2 - Wallet","type":"text"}]},"url":"{{base_path}}/sim/8934071500000000022/auto_refill/enable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 21:39:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Incorrect data received\"\n}"},{"id":"3c759259-8706-48be-8fd2-e7c7040d75a3","name":"Failed. SIM not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refill_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","description":"UUID of the refill","type":"text"},{"key":"payment_type","value":"1","description":"Payment method.\nAllowed values: 1 - Credit Card, 2 - Wallet","type":"text"}]},"url":"{{base_path}}/sim/8934071500000000022/auto_refill/enable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 21:41:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM Card Not Found\"\n}"},{"id":"eb5dfc5d-e458-4636-be56-956f340b593b","name":"Failed. Wallet disabled","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refill_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","description":"UUID of the refill","type":"text"},{"key":"payment_type","value":"2","description":"Payment method.\nAllowed values: 1 - Credit Card, 2 - Wallet","type":"text"}]},"url":"{{base_path}}/sim/8934071500000000022/auto_refill/enable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 21:41:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Your wallet is disabled\"\n}"},{"id":"2cd30045-3c3e-4539-86eb-74ecc713e880","name":"Failed. Without permissions","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refill_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","description":"UUID of the refill","type":"text"},{"key":"payment_type","value":"1","description":"Payment method.\nAllowed values: 1 - Credit Card, 2 - Wallet","type":"text"}]},"url":"{{base_path}}/sim/8934071500000000049/auto_refill/enable"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:25:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"},{"id":"b0b988a4-c8ba-4f93-9022-a493bd56e023","name":"Failed. Unavailable action","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"refill_uuid","value":"e196ea65-1739-41e1-9464-99ff50ecd89a","description":"UUID of the refill","type":"text"},{"key":"payment_type","value":"1","description":"Payment method.\nAllowed values: 1 - Credit Card, 2 - Wallet","type":"text"}]},"url":"{{base_path}}/sim/8934071500000000049/auto_refill/enable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:25:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is unavailable\"\n}"}],"_postman_id":"8e9a5efa-a3e1-434d-b1c1-299ad489f25c"},{"name":"SIM Disable Auto Refill","id":"cdbf02ff-c41d-4a4a-ad92-4cbe0f79bf8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{base_path}}/sim/{{prepaid_sim_iccid}}/auto_refill/disable","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to disable auto refill for SIM by ICCID.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{prepaid_sim_iccid}}","auto_refill","disable"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"1bea697a-ef83-44e6-8b1c-0a84f5e03a96","name":"Success","originalRequest":{"method":"POST","header":[],"url":"/sim/8934071500000000049/auto_refill/disable"},"status":"Success","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:25:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Auto-Refill has been disabled\"\n}"},{"id":"d24a2ce3-3159-496f-b8ab-00c9570d3d81","name":"Failed. Incorrect SIM type","originalRequest":{"method":"POST","header":[],"url":"{{base_path}}/sim/8934071500000000049/auto_refill/disable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:25:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action available for prepaid SIM only\"\n}"},{"id":"705bc886-a84e-47f9-8e0e-48d88ec41fb6","name":"Failed. Without permissions","originalRequest":{"method":"POST","header":[],"url":"{{base_path}}/sim/8934071500000000049/auto_refill/disable"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:25:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"cdbf02ff-c41d-4a4a-ad92-4cbe0f79bf8c"},{"name":"SIM Change Plan","id":"9af49319-f2d6-4f63-91de-1fab2ee3b76e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"{{client_id}}"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"","description":"<p>UUID of the new plan for SIM.</p>\n","type":"text"},{"key":"date","value":"","description":"<p>optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL</p>\n","type":"text","disabled":true},{"key":"full_payment","value":"","description":"<p>Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/sim/{{iccid}}/change_plan","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to change plan for SIM by ICCID.</p>\n","urlObject":{"path":["sim","{{iccid}}","change_plan"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"2d49a6fd-8121-4357-9aa2-edd9ad96b63e","name":"Success. Immediately changed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"/sim/89204081923586452382/change_plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:54:49 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"(e)SIM Plan has been changed\"\n}"},{"id":"0b81d010-6727-42bd-97ee-c240abd68ae6","name":"Success. Request created","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"2025-10-01","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:19:06 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"(e)SIM Plan Change request has been created\"\n}"},{"id":"04d9f6b0-d5ab-4414-9c9d-faa4bd96e290","name":"Failed. Deleted SIM","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:34:41 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"You can't perform this action with deleted (e)SIM\"\n}"},{"id":"70d2475e-596a-4148-85af-16653d3a0152","name":"Failed. Missed Plan UUID","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"","description":"UUID of the new plan for SIM.","type":"text","disabled":true},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:05:07 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan uuid field is required.\"\n}"},{"id":"7bd1bb75-2ff5-43d0-a643-c84e48390481","name":"Failed. Operator is unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 21:57:47 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is temporarily unavailable due to operator issues\"\n}"},{"id":"82ee05f7-f903-4a12-9b31-7be87476c71d","name":"Failed. Plan is not suitable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:01:46 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan is not suitable for this operation.\"\n}"},{"id":"2184fa17-290f-4445-93e7-f66f13d53ee8","name":"Failed. Plan not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 21:36:40 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan not found\"\n}"},{"id":"314f4fd5-3e23-462b-acb4-4af75c20338a","name":"Failed. Plan not available for company","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 21:40:03 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan is not available for this company\"\n}"},{"id":"ba0eb021-2365-40df-a748-b949e971e92d","name":"Failed. Plans have different operators","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:47:30 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plans have different operator\"\n}"},{"id":"d93c0c16-1f19-4555-8cf7-27a52a3ca55e","name":"Failed. Plans have different types","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:23:53 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Old and new Plans have different types\"\n}"},{"id":"a0b079d6-70bc-4404-a7d1-5c58080f40bf","name":"Failed. Previous Date","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"2025-09-21","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:04:39 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date must be a date after or equal to today.\"\n}"},{"id":"628f7d7c-fae0-4022-ac40-2f8d3c10b44e","name":"Failed. Required Subscription plan for Full payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"true","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:46:15 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"To use 'full_payment' parameter, the plan type must be subscription.\"\n}"},{"id":"fe6facd5-5eca-42b5-ab8b-6bff16600fc9","name":"Failed. SIM already in request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:44:27 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"You can't perform action with (e)SIM in request\"\n}"},{"id":"7a42cc76-396f-4d13-8e20-10aa5e33a225","name":"Failed. SIM has some action in progress","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:06:58 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"(e)SIM has Refresh details action in progress. Try again after 2025-09-22 22:26:38\"\n}"},{"id":"57b363eb-98a6-4a93-8e1c-ca4529a8bfc5","name":"Failed. SIM has wrong status","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:31:29 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM must be in active, suspended or not available status\"\n}"},{"id":"7f3d6c8a-6d6b-4785-a03b-b5faa0161562","name":"Failed. SIM must have plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:25:44 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM 89204081923586452382 must have an allocated plan\"\n}"},{"id":"a26e0601-98f7-47e3-8a0b-b78282a2ab18","name":"Failed. SIM not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 21:34:25 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM card not found\"\n}"},{"id":"4a466651-25e3-4414-b318-a5d9ea61de14","name":"Failed. Wrong Date format","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIM.","type":"text"},{"key":"date","value":"20-09-2025","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/89204081923586452382/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 22:03:54 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date does not match the format Y-m-d.\"\n}"}],"_postman_id":"9af49319-f2d6-4f63-91de-1fab2ee3b76e"},{"name":"SIM Refill from Wallet","id":"578efcb5-0027-4f25-94dc-48d25d957023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"url":"{{base_path}}/sim/{{iccid}}/refill_from_wallet","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to refill prepaid SIM using wallet. Company wallet must be enabled.</p>\n","urlObject":{"path":["sim","{{iccid}}","refill_from_wallet"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, UUID of the plan prepaid refill</p>\n","type":"text/plain"},"key":"refill_uuid","value":""}],"variable":[]}},"response":[{"id":"0ce40a5a-f0ff-456f-9ff8-dd80a4f0055f","name":"Success. Default Refill","originalRequest":{"method":"POST","header":[],"url":{"raw":"/sim/89204162635077462439/refill_from_wallet","path":["sim","89204162635077462439","refill_from_wallet"],"query":[{"key":"refill_uuid","value":"","description":"optional, UUID of the plan prepaid refill","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 01:57:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"SIM has been refilled on 1 GB\"\n}"},{"id":"fe886900-e245-40ee-893a-a8716cba9a5a","name":"Success. With Refill UUID","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sim/89204162635077462439/refill_from_wallet?refill_uuid=89809ec3-820c-41df-a6a4-a18dde2b4f82","host":["{{base_path}}"],"path":["sim","89204162635077462439","refill_from_wallet"],"query":[{"key":"refill_uuid","value":"89809ec3-820c-41df-a6a4-a18dde2b4f82","description":"optional, UUID of the plan prepaid refill"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 01:58:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"SIM has been refilled on 1 GB\"\n}"},{"id":"c4b33168-3ba5-427c-ae20-edee8a846cb2","name":"Failed. Company does not manage SIM payments","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sim/89204162635077462439/refill_from_wallet","host":["{{base_path}}"],"path":["sim","89204162635077462439","refill_from_wallet"],"query":[{"key":"refill_uuid","value":"","description":"optional, UUID of the plan prepaid refill","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 02:03:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Manage refills by company was disabled\"\n}"},{"id":"e352a9d1-684c-4915-bb0e-78833ee1dc30","name":"Failed. Company wallet is disabled","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sim/89204162635077462439/refill_from_wallet","host":["{{base_path}}"],"path":["sim","89204162635077462439","refill_from_wallet"],"query":[{"key":"refill_uuid","value":"","description":"optional, UUID of the plan prepaid refill","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 02:02:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Wallet is disabled\"\n}"},{"id":"797ae7c4-3e91-49df-a3df-d01a7c0511d4","name":"Failed. Forbidden","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sim/89204162635077462439/refill_from_wallet","host":["{{base_path}}"],"path":["sim","89204162635077462439","refill_from_wallet"],"query":[{"key":"refill_uuid","value":"","description":"optional, UUID of the plan prepaid refill","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 01:59:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Forbidden\"\n}"},{"id":"8e9969a7-0d82-4710-92b3-5e3b88d9b98e","name":"Failed. Only for Company","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sim/89204162635077462439/refill_from_wallet","host":["{{base_path}}"],"path":["sim","89204162635077462439","refill_from_wallet"],"query":[{"key":"refill_uuid","value":"","description":"optional, UUID of the plan prepaid refill","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 01:59:47 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is available for Company level only\"\n}"},{"id":"37e99bf5-4af0-410e-b0d2-f18aa54403e8","name":"Failed. Plan without refills","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sim/89204162635077462439/refill_from_wallet","host":["{{base_path}}"],"path":["sim","89204162635077462439","refill_from_wallet"],"query":[{"key":"refill_uuid","value":"","description":"optional, UUID of the plan prepaid refill","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 02:03:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan does not have any refills\"\n}"},{"id":"a329a7de-d592-494c-9819-95cdcce036c8","name":"Failed. SIM type is not Prepaid","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sim/89204162635077462439/refill_from_wallet","host":["{{base_path}}"],"path":["sim","89204162635077462439","refill_from_wallet"],"query":[{"key":"refill_uuid","value":"","description":"optional, UUID of the plan prepaid refill","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 02:03:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action for prepaid SIM only\"\n}"},{"id":"bf5e15b1-91d8-4bfc-bbcd-db1e8ba25513","name":"Failed. Refill is unavailable","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sim/89204162635077462439/refill_from_wallet","host":["{{base_path}}"],"path":["sim","89204162635077462439","refill_from_wallet"],"query":[{"key":"refill_uuid","value":"","description":"optional, UUID of the plan prepaid refill","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Jul 2025 02:03:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Refill action is not available for this SIM\"\n}"}],"_postman_id":"578efcb5-0027-4f25-94dc-48d25d957023"},{"name":"SIM Activation Request","id":"006ffe36-c75d-4bcd-bdf0-96b090182abb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sim/{{iccid}}/activation_request?plan_uuid=&date=","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to create activation request for SIM.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{iccid}}","activation_request"],"host":["{{base_path}}"],"query":[{"description":{"content":"<p>UUID of the plan for SIM.</p>\n","type":"text/plain"},"key":"plan_uuid","value":""},{"description":{"content":"<p>Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.</p>\n","type":"text/plain"},"key":"date","value":""},{"disabled":true,"description":{"content":"<p>Optional. UUIDs of the labels. They will be assigned to SIM.</p>\n","type":"text/plain"},"key":"label_uuids","value":""},{"disabled":true,"description":{"content":"<p>Optional. Note wrote by you. Omit it entirely to disable.</p>\n","type":"text/plain"},"key":"note","value":""}],"variable":[]}},"response":[{"id":"470c9c7c-c7d2-4708-aeb4-7ec7932ef434","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"/sim/8931163200122252981/activation_request?plan_uuid=bc38b442-3235-4bad-92e5-7f23fee73906&date=2025-07-11","path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"bc38b442-3235-4bad-92e5-7f23fee73906","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-11","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":null,"description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:12:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"(e)SIM Activation request has been created\"\n}"},{"id":"c1e3b73c-9d13-4315-8ffd-04d7954fa783","name":"Success. With labels","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=bc38b442-3235-4bad-92e5-7f23fee73906&date=2025-07-11&label_uuids=52d79f90-6673-42e1-a6d5-8d2380e88061","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"bc38b442-3235-4bad-92e5-7f23fee73906","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-11","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"52d79f90-6673-42e1-a6d5-8d2380e88061","description":"Optional. UUIDs of the labels. They will be assigned to SIM."},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:17:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"(e)SIM Activation request has been created\"\n}"},{"id":"1b3c37b4-01bc-4153-a323-23fcda84d2a4","name":"Success. With note","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=bc38b442-3235-4bad-92e5-7f23fee73906&date=2025-07-11&label_uuids=52d79f90-6673-42e1-a6d5-8d2380e88061&note=My test note","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"bc38b442-3235-4bad-92e5-7f23fee73906","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-11","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"52d79f90-6673-42e1-a6d5-8d2380e88061","description":"Optional. UUIDs of the labels. They will be assigned to SIM."},{"key":"note","value":"My test note","description":"Optional. Note wrote by you. Omit it entirely to disable."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:19:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"(e)SIM Activation request has been created\"\n}"},{"id":"4322c766-1427-467a-a4c9-dec7e35beefb","name":"Failed. Different currencies","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=bc38b442-3235-4bad-92e5-7f23fee73906&date=2025-07-11","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"bc38b442-3235-4bad-92e5-7f23fee73906","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-11","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:23:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan must have the same currency as the company\"\n}"},{"id":"aa523b8f-1901-43df-8b85-1644ced4f405","name":"Failed. Different companies","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=e0f30b25-d8f0-4631-ba70-1e5f76f0446d&date=2025-07-11","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"e0f30b25-d8f0-4631-ba70-1e5f76f0446d","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-11","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:22:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The Plan must be general or has the same company as SIM\"\n}"},{"id":"3007085c-c94a-40d7-9552-50855cd12581","name":"Failed. Different operators","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=3aea70fa-25af-4080-9cd2-df3711693f7d&date=2025-07-10","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"3aea70fa-25af-4080-9cd2-df3711693f7d","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-10","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":null,"description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 06:58:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan and SIM card have different operator\"\n}"},{"id":"840962ed-5e92-4480-acfe-48f603a713ae","name":"Failed. Label not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=bc38b442-3235-4bad-92e5-7f23fee73906&label_uuids=23c740e7-9eed-4680-9ef2-1b9f78628ce6&date=2025-07-11","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"bc38b442-3235-4bad-92e5-7f23fee73906","description":"UUID of the plan for SIM."},{"key":"label_uuids","value":"23c740e7-9eed-4680-9ef2-1b9f78628ce6","description":"Optional. UUIDs of the labels. They will be assigned to SIM."},{"key":"date","value":"2025-07-11","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:26:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Label Not Found\"\n}"},{"id":"f32bfe28-e5c2-4ae4-be4e-51211f778ef8","name":"Failed. Missing date","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=3aea70fa-25af-4080-9cd2-df3711693f7d11","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"3aea70fa-25af-4080-9cd2-df3711693f7d11","description":"UUID of the plan for SIM."},{"key":"date","value":"","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","disabled":true},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":null,"description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:01:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date field is required.\"\n}"},{"id":"c11c1807-9372-4c3d-aa6a-9becc62f022e","name":"Failed. Missing plan uuid","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?date=2025-07-10","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"date","value":"2025-07-10","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"plan_uuid","value":"","description":"UUID of the plan for SIM.","disabled":true},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":null,"description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:00:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan uuid field is required.\"\n}"},{"id":"40b8c4a8-b127-4292-80f6-f6baeb3664f7","name":"Failed. Past date","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=3aea70fa-25af-4080-9cd2-df3711693f7d11&date=2025-07-01","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"3aea70fa-25af-4080-9cd2-df3711693f7d11","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":null,"description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:03:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date must be a date after or equal to today.\"\n}"},{"id":"7f8c38cd-25cd-4b04-8272-d2292d141f33","name":"Failed. Plan not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=3aea70fa-25af-4080-9cd2-df3711693f7d11&date=2025-07-10","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"3aea70fa-25af-4080-9cd2-df3711693f7d11","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-10","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":null,"description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 06:59:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan not found\"\n}"},{"id":"edb7dd5b-7129-44cf-8710-71f89f8a268b","name":"Failed. SIM in request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=bc38b442-3235-4bad-92e5-7f23fee73906&date=2025-07-11","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"bc38b442-3235-4bad-92e5-7f23fee73906","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-11","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":null,"description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:15:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Should not be in the request\"\n}"},{"id":"5e0982d3-ad03-4146-a52a-d582445fdc11","name":"Failed. SIM not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/893116320012225298111/activation_request?plan_uuid=3aea70fa-25af-4080-9cd2-df3711693f7d&date=2025-07-10","host":["{{base_path}}"],"path":["sim","893116320012225298111","activation_request"],"query":[{"key":"plan_uuid","value":"3aea70fa-25af-4080-9cd2-df3711693f7d","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-10","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":null,"description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 06:58:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM card not found\"\n}"},{"id":"a71d9697-3d0d-42b7-9c41-974e09c3c527","name":"Failed. Without permissions","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_path}}/sim/8931163200122252981/activation_request?plan_uuid=a20f705c-577f-4c69-afc3-2ee0677e17d4&date=2025-07-11","host":["{{base_path}}"],"path":["sim","8931163200122252981","activation_request"],"query":[{"key":"plan_uuid","value":"a20f705c-577f-4c69-afc3-2ee0677e17d4","description":"UUID of the plan for SIM."},{"key":"date","value":"2025-07-11","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day."},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to SIM.","disabled":true},{"key":"note","value":null,"description":"Optional. Note wrote by you. Omit it entirely to disable.","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Jul 2025 07:05:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"}],"_postman_id":"006ffe36-c75d-4bcd-bdf0-96b090182abb"},{"name":"SIM Cancel Request","id":"224ba052-eb71-4649-b2ea-69ae12da745c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"<p>optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.</p>\n","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"<p>optiona. Status that will be set for new SIM.\nAllowed values:</p>\n<ul>\n<li>3 (Active). Available only for organization.</li>\n<li>4 (Suspended)\nONLY FOR ORGANIZATION LEVEL</li>\n</ul>\n","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"<p>optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL</p>\n","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"<p>optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL</p>\n","type":"text","disabled":true},{"key":"keep_company","value":"","description":"<p>optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL</p>\n","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"<p>optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.</p>\n","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"<p>optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.</p>\n","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"<p>optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/sim/{{iccid}}/cancel_request","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to create Cancel Request for some SIM.</p>\n<p><strong>Additional info about responses:</strong><br />- <strong>Not subscription SIM</strong>: Company can create Cancel request only for Subscription SIMs.<br />- <strong>Plan required parameters</strong>: using the following parameters available only if SIM has assigned plan: label_uuid[], keep_company, keep_company_note, keep_organization_note, keep_company_labels, tag_swap_ready.<br />- <strong>Restricted parameters for Company level</strong>: using the following parameters available only for Organization level: new_status_id, label_uuid[], keep_company, keep_organization_note, tag_swap_ready.<br />- <strong>Tag Swap ready not allowed</strong>: SIM does not have MSISDN, operator does not have Swap Integration.</p>\n","urlObject":{"path":["sim","{{iccid}}","cancel_request"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"54c47471-7968-4d55-9970-045211f76e6c","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"/sim/89204021628224578695/cancel_request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 09:46:42 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"(e)SIM Cancel request has been created\"\n}"},{"id":"0570d21d-14be-458b-a321-4b4c31b92450","name":"Failed. Deleted SIM","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:07:05 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"You can't perform this action with deleted SIM\"\n}"},{"id":"f4ecb265-e8b3-456a-a5d6-c511910cb3d4","name":"Failed. Incorrect new status id","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"1","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 09:51:53 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The selected new status id is invalid.\"\n}"},{"id":"0bbd6ebc-6d71-4fc8-a9bc-08583098140f","name":"Failed. Invalid date format","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-15-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 09:50:39 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date does not match the format Y-m-d.\"\n}"},{"id":"a83d511b-c097-4fcc-a689-f02b982131a9","name":"Failed. Label not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"22ebb02b-b4a1-49f1-98a1-d4b56a904251","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 09:58:12 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"60"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Label Not Found\"\n}"},{"id":"822be495-112f-431c-8c39-69bfe47e88a9","name":"Failed. Not subscription SIM","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:08:19 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action available for subscription SIM only\"\n}"},{"id":"d3592361-9bb8-416e-b4b2-cae59eb829aa","name":"Failed. Operator is unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:09:03 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is temporarily unavailable due to operator issues\"\n}"},{"id":"ed1cc496-1743-4a33-8dd8-27500548a596","name":"Failed. Operator must have integration","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"3","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:04:11 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operator must have integration for this action\"\n}"},{"id":"e2eb283b-b91b-442b-8d1c-72e2aa6f175a","name":"Failed. Plan required parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"true","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:02:12 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"To use 'tag_swap_ready' parameter, the plan must be assigned to the SIM card.\"\n}"},{"id":"1efdc704-79c8-4ec1-bd76-8e20f7999cc6","name":"Failed. Restricted parameters for Company level","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"true","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:10:03 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"'tag_swap_ready' parameter is not allowed on Company level\"\n}"},{"id":"9e354055-89e7-42c9-be99-b61f6d59a634","name":"Failed. SIM already in request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 09:48:53 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"You can't perform action with (e)SIM in request\"\n}"},{"id":"a2a0e3a4-55b8-4a88-852f-f21038f1841c","name":"Failed. SIM has wrong status","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:07:41 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM must be in active, suspended or not available status\"\n}"},{"id":"bc587d5f-0f1d-4c59-830a-9a1ca47c61ab","name":"Failed. SIM not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 09:45:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM card not found\"\n}"},{"id":"973491c6-4789-4684-b046-851e634ac518","name":"Failed. Some action in progress","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 09:59:42 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"(e)SIM has Refresh details action in progress. Try again after 2025-09-09 10:19:36\"\n}"},{"id":"5058ea42-32d5-4fc9-9d33-0a616e9f14da","name":"Failed. Tag Swap ready not allowed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"2025-09-09","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optional. Status that will be set for new SIM.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"true","description":"optional. Marks new SIM as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new SIM.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new SIM.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new SIM.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/sim/89204021628224578695/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 09 Sep 2025 10:06:08 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Tag Swap-Ready is not allowed\"\n}"}],"_postman_id":"224ba052-eb71-4649-b2ea-69ae12da745c"},{"name":"SIM Send SMS","id":"2ad869ac-653c-41ef-b67d-bb2fc92e2947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"","description":"<p>Required. The text content of the SMS message to send to the SIM card. Minimum 1, maximum 100 characters.</p>\n","type":"text"}]},"url":"{{base_path}}/sim/{{iccid}}/send_sms","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to send an SMS message to a SIM card identified by its ICCID.</p>\n<p><strong>URL Parameters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>iccid</code></td>\n<td>The ICCID of the target SIM card</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Additional info about responses:</strong></p>\n<ul>\n<li>Action not available: SIM without plan, SIM operator does not have SMS integration, SMS usage unavailable, SIM with wrong status.</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sim","{{iccid}}","send_sms"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"f9b65a99-fea6-4c6c-a5f6-53ac86765038","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"Test","description":"Required. The text content of the SMS message to send to the SIM card. Minimum 1, maximum 100 characters.","type":"text"}]},"url":"{{base_path}}/sim/{{iccid}}/send_sms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Apr 2026 08:31:50 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Keep-Alive","value":"timeout=120, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"Send SMS request has been sent\"\n}"},{"id":"c43511ea-2c2c-4370-811f-13719718f512","name":"Failed. Action not available","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"Test","description":"Required. The text content of the SMS message to send to the SIM card. Minimum 1, maximum 100 characters.","type":"text"}]},"url":"{{base_path}}/sim/{{iccid}}/send_sms"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Apr 2026 08:36:17 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Current action is not available now\"\n}"},{"id":"07f54cf6-24cf-407a-b0cd-de1d5963a6d7","name":"Failed. Insufficient funds","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"Test","description":"Required. The text content of the SMS message to send to the SIM card. Minimum 1, maximum 100 characters.","type":"text"}]},"url":"{{base_path}}/sim/{{iccid}}/send_sms"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Apr 2026 10:02:58 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Your wallet balance to low, please make replenishment and repeat action\"\n}"},{"id":"4d6b20cd-a604-461d-8d93-71f7c0e78c8d","name":"Failed. No SMS left","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"Test","description":"Required. The text content of the SMS message to send to the SIM card. Minimum 1, maximum 100 characters.","type":"text"}]},"url":"{{base_path}}/sim/{{iccid}}/send_sms"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Apr 2026 09:11:51 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"There are no SMS messages left for this SIM card\"\n}"},{"id":"e8c135e7-3d82-4bf7-aeee-65a7592534b4","name":"Failed. Operator temporarly unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"Test","description":"Required. The text content of the SMS message to send to the SIM card. Minimum 1, maximum 100 characters.","type":"text"}]},"url":"{{base_path}}/sim/{{iccid}}/send_sms"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Apr 2026 09:08:24 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is temporarily unavailable due to operator issues\"\n}"},{"id":"2674e73c-bb3b-47c2-8159-d1507d9ffbcc","name":"Failed. Operator without SMS integration","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"Test","description":"Required. The text content of the SMS message to send to the SIM card. Minimum 1, maximum 100 characters.","type":"text"}]},"url":"{{base_path}}/sim/{{iccid}}/send_sms"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Apr 2026 09:05:06 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operator doesn't have SMS integration\"\n}"},{"id":"04c65a81-312b-4985-a590-1c17eebf15d1","name":"Failed. SIM not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"Test","description":"Required. The text content of the SMS message to send to the SIM card. Minimum 1, maximum 100 characters.","type":"text"}]},"url":"{{base_path}}/sim/{{iccid}}/send_sms"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Apr 2026 08:37:38 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=999"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM card not found\"\n}"},{"id":"06b471e8-943d-4e73-bdd1-9f47031b644b","name":"Failed. SIM in swap request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"text","value":"Test","description":"Required. The text content of the SMS message to send to the SIM card. Minimum 1, maximum 100 characters.","type":"text"}]},"url":"{{base_path}}/sim/{{iccid}}/send_sms"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 04 Apr 2026 09:45:44 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Is in swap process\"\n}"}],"_postman_id":"2ad869ac-653c-41ef-b67d-bb2fc92e2947"}],"id":"77dee39b-f36c-4dc4-a36e-3d7f24d62c6a","description":"<p><strong>Single SIM API Endpoints</strong> always interact with a specific <strong>SIM</strong>. Endpoints in this category include the <strong>[prepaid_sim_iccid]</strong> or <strong>[sim_iccid]</strong> parameter as a required part of the URL.</p>\n<p>Replace this parameter to specific <strong>SIM ICCID</strong>.</p>\n","_postman_id":"77dee39b-f36c-4dc4-a36e-3d7f24d62c6a","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"SIMs API Endpoints","item":[{"name":"SIMs Page","id":"e874795a-7775-4d60-ae30-852e2ec4f5e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/sims/page","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code> <code>👾 END-USERS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of SIMs. Can be used with search, sort and filters.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sims","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, \"iccid\" by def.\nAllowed values: \"iccid\", \"msisdn\", \"imsi\", \"sim_card_type\", \"imei\", \"status\", \"plan\", \"ip\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>SIM Card MSISDN</li>\n<li>SIM Card ICCID</li>\n<li>SIM Card IMEI</li>\n<li>SIM Card Plan</li>\n<li>SIM Card Operator</li>\n<li>SIM IP address</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by exact match of the Rule Name that assigned to SIM cards</p>\n","type":"text/plain"},"key":"assigned_rule_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Rule uuid that assigned to SIM cards, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"assigned_rule_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by Auto Refill Enabled of SIM Card.\nAllowed values:</p>\n<ul>\n<li>1 - enabled</li>\n<li>0 - disabled</li>\n</ul>\n","type":"text/plain"},"key":"auto_refill","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Company name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"company_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Company uuid, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"company_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the End-User name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"end_user_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the End-User uuid, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"end_user_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by an exact match with the SIM card ICCID, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"iccid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by In Session Status of SIM Card.\nAllowed values:</p>\n<ul>\n<li>1 - yes</li>\n<li>0 - no</li>\n</ul>\n","type":"text/plain"},"key":"in_session","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Integration title, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"integration_title","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Integration uuid, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"integration_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by Form Factor of SIM Card.\nAllowed values:</p>\n<ul>\n<li>1 - eSIM</li>\n<li>0 - SIM</li>\n</ul>\n","type":"text/plain"},"key":"is_e_sim","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by  Swap Enabled Integration functionality of SIM Card.\nAllowed values:</p>\n<ul>\n<li>1 - enabled</li>\n<li>0 - disabled</li>\n</ul>\n","type":"text/plain"},"key":"is_swap_enabled","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by  Swap Ready of SIM Card.\nAllowed values:</p>\n<ul>\n<li>1 - ready</li>\n<li>0 - not ready</li>\n</ul>\n","type":"text/plain"},"key":"is_swap_ready","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Operator plan, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"operator_plan","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Operator Type name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"operator_type_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Operator Type uuid, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"operator_type_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Operator uuid, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"operator_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"plan_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Plan type, filtering by multiple values separated by commas is allowed.\nAllowed values:</p>\n<ul>\n<li>plan_postpaid_monthly_bundle - Monthly bundle</li>\n<li>plan_postpaid_pay_per_mb - Pay per MB</li>\n<li>plan_postpaid_unlimited - Unlimited</li>\n<li>plan_postpaid_dynamic_pool - Dynamic Pool</li>\n<li>plan_postpaid_static_pool - Static Pool</li>\n<li>plan_prepaid_simple - Prepaid</li>\n<li>plan_paygo - PayGo</li>\n<li>none - without plan</li>\n</ul>\n","type":"text/plain"},"key":"plan_type","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by exact match of the SIM Card Plan UUID</p>\n","type":"text/plain"},"key":"plan_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"pool_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Pool Type ID.\nAllowed values:</p>\n<ul>\n<li>1 - Static</li>\n<li>2 - Dynamic</li>\n</ul>\n","type":"text/plain"},"key":"pool_type_id","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Pool uuid, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"pool_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Sim Card Type, filtering by multiple values separated by commas is allowed.\nAllowed values:</p>\n<ul>\n<li>sim_card_prepaid - Prepaid</li>\n<li>sim_card_postpaid - Subscription</li>\n<li>sim_card_paygo - PayGo</li>\n</ul>\n","type":"text/plain"},"key":"sim_card_type","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Sim Card Status Title, filtering by multiple values separated by commas is allowed.\nAllowed values:</p>\n<ul>\n<li>pending - Pending</li>\n<li>invalid - Invalid</li>\n<li>active - Active</li>\n<li>suspended - Suspended</li>\n<li>not-available - Not Available</li>\n<li>blank - Blank</li>\n<li>activation-ready - Activation Ready</li>\n<li>archived - Archived</li>\n</ul>\n","type":"text/plain"},"key":"status_title","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Label name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"label_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Label uuid, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"label_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by exact match of the Rule Name that unassigned from SIM cards</p>\n","type":"text/plain"},"key":"unassigned_rule_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Rule uuid that unassigned from SIM cards, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"unassigned_rule_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, works with 'plan_uuid' filter, filters the page according to whether SIMs can be available for current plan in eStore.\nAllowed values:</p>\n<ul>\n<li>1 - True</li>\n<li>0 - False</li>\n</ul>\n","type":"text/plain"},"key":"available_for_e_store","value":""}],"variable":[]}},"response":[{"id":"87969b74-196f-4564-8e62-9412e4102628","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/sims/page?page_size=2","host":["{{base_path}}"],"path":["sims","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"2","description":"optional, count of selected items, \"10\" by def. Max 100 items."},{"key":"sort_field","value":"","description":"optional, \"iccid\" by def.\nAllowed values: \"iccid\", \"msisdn\", \"imsi\", \"sim_card_type\", \"imei\", \"status\", \"plan\", \"ip\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - SIM Card MSISDN\n - SIM Card ICCID\n - SIM Card IMEI\n - SIM Card Plan\n - SIM Card Operator\n - SIM IP address","disabled":true},{"key":"assigned_rule_name","value":"","description":"optional, filters the page by exact match of the Rule Name that assigned to SIM cards","disabled":true},{"key":"assigned_rule_uuid","value":"","description":"optional, filters the page  by exact match of the Rule uuid that assigned to SIM cards, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"auto_refill","value":"","description":"optional, filters the page  by Auto Refill Enabled of SIM Card.\nAllowed values:\n - 1 - enabled\n - 0 - disabled","disabled":true},{"key":"company_name","value":"","description":"optional, filters the page  by exact match of the Company name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"company_uuid","value":"","description":"optional, filters the page  by exact match of the Company uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"end_user_name","value":"","description":"optional, filters the page  by exact match of the End-User name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"end_user_uuid","value":"","description":"optional, filters the page  by exact match of the End-User uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"iccid","value":"","description":"optional, filters the page by an exact match with the SIM card ICCID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"in_session","value":"","description":"optional, filters the page  by In Session Status of SIM Card.\nAllowed values:\n - 1 - yes\n - 0 - no","disabled":true},{"key":"integration_title","value":"","description":"optional, filters the page  by exact match of the Integration title, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"integration_uuid","value":"","description":"optional, filters the page  by exact match of the Integration uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"is_e_sim","value":"","description":"optional, filters the page  by Form Factor of SIM Card.\nAllowed values:\n - 1 - eSIM\n - 0 - SIM","disabled":true},{"key":"is_swap_enabled","value":"","description":"optional, filters the page  by  Swap Enabled Integration functionality of SIM Card.\nAllowed values:\n - 1 - enabled\n - 0 - disabled","disabled":true},{"key":"is_swap_ready","value":"","description":"optional, filters the page  by  Swap Ready of SIM Card.\nAllowed values:\n - 1 - ready\n - 0 - not ready","disabled":true},{"key":"operator_plan","value":"","description":"optional, filters the page  by exact match of the Operator plan, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"operator_type_name","value":"","description":"optional, filters the page  by exact match of the Operator Type name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"operator_type_uuid","value":"","description":"optional, filters the page  by exact match of the Operator Type uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"operator_uuid","value":"","description":"optional, filters the page  by exact match of the Operator uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_name","value":"","description":"optional, filters the page  by exact match of the Plan name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_type","value":"","description":"optional, filters the page  by exact match of the Plan type, filtering by multiple values separated by commas is allowed.\nAllowed values:\n - plan_postpaid_monthly_bundle - Monthly bundle\n - plan_postpaid_pay_per_mb - Pay per MB\n - plan_postpaid_unlimited - Unlimited\n - plan_postpaid_dynamic_pool - Dynamic Pool\n - plan_postpaid_static_pool - Static Pool\n - plan_prepaid_simple - Prepaid\n - plan_paygo - PayGo\n - none - without plan","disabled":true},{"key":"plan_uuid","value":"","description":"optional, filters the page by exact match of the SIM Card Plan UUID","disabled":true},{"key":"pool_name","value":"","description":"optional, filters the page  by exact match of the Pool name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"pool_type_id","value":"","description":"optional, filters the page  by exact match of the Pool Type ID.\nAllowed values:\n - 1 - Static\n - 2 - Dynamic","disabled":true},{"key":"pool_uuid","value":"","description":"optional, filters the page  by exact match of the Pool uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"sim_card_type","value":"","description":"optional, filters the page  by exact match of the Sim Card Type, filtering by multiple values separated by commas is allowed.\nAllowed values:\n - sim_card_prepaid - Prepaid\n - sim_card_postpaid - Subscription\n - sim_card_paygo - PayGo","disabled":true},{"key":"status_title","value":"","description":"optional, filters the page  by exact match of the Sim Card Status Title, filtering by multiple values separated by commas is allowed.\nAllowed values:\n - pending - Pending\n - invalid - Invalid\n - active - Active\n - suspended - Suspended\n - not-available - Not Available\n - blank - Blank\n - activation-ready - Activation Ready\n - archived - Archived","disabled":true},{"key":"label_name","value":"","description":"optional, filters the page  by exact match of the Label name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"label_uuid","value":"","description":"optional, filters the page  by exact match of the Label uuid, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"unassigned_rule_name","value":"","description":"optional, filters the page by exact match of the Rule Name that unassigned from SIM cards","disabled":true},{"key":"unassigned_rule_uuid","value":"","description":"optional, filters the page  by exact match of the Rule uuid that unassigned from SIM cards, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"available_for_e_store","value":"","description":"optional, works with 'plan_uuid' filter, filters the page according to whether SIMs can be available for current plan in eStore.\nAllowed values:\n - 1 - True\n - 0 - False","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Dec 2025 13:12:38 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=120, max=998"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"sim_cards\": [\n            {\n                \"iccid\": \"89204164424829300678\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"sim_card_type\": \"prepaid\",\n                \"is_e_sim\": false,\n                \"operator\": {\n                    \"uuid\": \"10c65d0f-65df-4e16-80cd-7a2ef4800b3b\",\n                    \"name\": \"Test Operator\"\n                },\n                \"plan\": {\n                    \"uuid\": \"10c65d0f-65df-4e16-80cd-7a2ef4800b3b\",\n                    \"name\": \"Test Plan\",\n                    \"type\": \"prepaid\",\n                    \"currency_code\": \"EUR\",\n                    \"status\": {\n                        \"id\": 3,\n                        \"title\": \"active\"\n                    },\n                    \"operator\": {\n                        \"uuid\": \"10c65d0f-65df-4e16-80cd-7a2ef4800b3b\",\n                        \"name\": \"Test Operator\"\n                    },\n                    \"days\": 365,\n                    \"init_balance_mb\": 100,\n                    \"price\": \"2.0000\",\n                    \"auto_refill_discount\": 0,\n                    \"is_store_published\": false\n                },\n                \"imei\": \"505661130330086\",\n                \"imsi\": \"505661130330086\",\n                \"msisdn\": \"505661130330086\",\n                \"is_throttled\": false,\n                \"last_seen_at\": {\n                    \"unix_timestamp\": 1755038635,\n                    \"human_time\": \"22:43:55\",\n                    \"human_date\": \"2025-08-12\",\n                    \"timezone\": \"UTC\"\n                },\n                \"activated_at\": {\n                    \"unix_timestamp\": 1755038635,\n                    \"human_time\": \"22:43:55\",\n                    \"human_date\": \"2025-08-12\",\n                    \"timezone\": \"UTC\"\n                },\n                \"expired_at\": {\n                    \"unix_timestamp\": 1755038635,\n                    \"human_time\": \"22:43:55\",\n                    \"human_date\": \"2025-08-12\",\n                    \"timezone\": \"UTC\"\n                },\n                \"plan_assigned_at\": {\n                    \"unix_timestamp\": 1755038635,\n                    \"human_time\": \"22:43:55\",\n                    \"human_date\": \"2025-08-12\",\n                    \"timezone\": \"UTC\"\n                },\n                \"created_at\": {\n                    \"unix_timestamp\": 1755038635,\n                    \"human_time\": \"22:43:55\",\n                    \"human_date\": \"2025-08-12\",\n                    \"timezone\": \"UTC\"\n                },\n                \"company\": {\n                    \"uuid\": \"10c65d0f-65df-4e16-80cd-7a2ef4800b3b\",\n                    \"name\": \"Test Company\"\n                },\n                \"details\": {\n                    \"usage_kb\": 9999,\n                    \"activated_at\": {\n                        \"unix_timestamp\": 1755038635,\n                        \"human_time\": \"22:43:55\",\n                        \"human_date\": \"2025-08-12\",\n                        \"timezone\": \"UTC\"\n                    },\n                    \"expired_at\": {\n                        \"unix_timestamp\": 1755038635,\n                        \"human_time\": \"22:43:55\",\n                        \"human_date\": \"2025-08-12\",\n                        \"timezone\": \"UTC\"\n                    },\n                    \"remaining_usage_kb\": 9999,\n                    \"remaining_days\": 99,\n                    \"is_auto_refill_enabled\": false\n                },\n                \"is_in_session\": false\n            },\n            {\n                \"iccid\": \"89204169933651878242\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"sim_card_type\": \"prepaid\",\n                \"is_e_sim\": false,\n                \"operator\": {\n                    \"uuid\": \"10c65d0f-65df-4e16-80cd-7a2ef4800b3b\",\n                    \"name\": \"Test Operator\"\n                },\n                \"plan\": {\n                    \"uuid\": \"10c65d0f-65df-4e16-80cd-7a2ef4800b3b\",\n                    \"name\": \"Test Plan\",\n                    \"type\": \"prepaid\",\n                    \"currency_code\": \"EUR\",\n                    \"status\": {\n                        \"id\": 3,\n                        \"title\": \"active\"\n                    },\n                    \"operator\": {\n                        \"uuid\": \"10c65d0f-65df-4e16-80cd-7a2ef4800b3b\",\n                        \"name\": \"Test Operator\"\n                    },\n                    \"days\": 365,\n                    \"init_balance_mb\": 100,\n                    \"price\": \"3.0000\",\n                    \"auto_refill_discount\": 0,\n                    \"is_store_published\": false\n                },\n                \"imsi\": \"505661130330086\",\n                \"msisdn\": \"505661130330086\",\n                \"is_throttled\": false,\n                \"activated_at\": null,\n                \"expired_at\": null,\n                \"plan_assigned_at\": {\n                    \"unix_timestamp\": 1755038635,\n                    \"human_time\": \"22:43:55\",\n                    \"human_date\": \"2025-08-12\",\n                    \"timezone\": \"UTC\"\n                },\n                \"created_at\": {\n                    \"unix_timestamp\": 1755038635,\n                    \"human_time\": \"22:43:55\",\n                    \"human_date\": \"2025-08-12\",\n                    \"timezone\": \"UTC\"\n                },\n                \"ip\": \"11.11.11.111\",\n                \"company\": {\n                    \"uuid\": \"10c65d0f-65df-4e16-80cd-7a2ef4800b3b\",\n                    \"name\": \"Test Company\"\n                },\n                \"details\": {\n                    \"usage_kb\": 0,\n                    \"activated_at\": null,\n                    \"expired_at\": null,\n                    \"remaining_usage_kb\": 102400,\n                    \"remaining_days\": 365,\n                    \"is_auto_refill_enabled\": false\n                },\n                \"is_in_session\": false\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 2,\n    \"current_page\": 1,\n    \"total\": 999\n}"}],"_postman_id":"e874795a-7775-4d60-ae30-852e2ec4f5e9"},{"name":"SIMs Available Labels","id":"2affc6ec-68bf-4284-a05d-c7f862b00091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/sims/available_labels","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of labels for SIMs. Can be used with search, sort and filters.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sims","available_labels"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, \"name\" by def.\nAllowed values: \"name\", \"uuid\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among Label Name field</p>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[{"id":"d3b2b5f4-f803-4524-be1c-9b05323602e4","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/sims/available_labels?sort_order=desc","path":["sims","available_labels"],"query":[{"key":"sort_field","value":"imei","disabled":true},{"key":"sort_order","value":"desc"},{"key":"search","value":"ail","disabled":true},{"key":"current_page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:59:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"labels\": [\n            {\n                \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                \"name\": \"Label 1\"\n            },\n            {\n                \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                \"name\": \"Label 2\"\n            },\n            {\n                \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                \"name\": \"Label 3\"\n            },\n            {\n                \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                \"name\": \"Label 4\"\n            },\n            {\n                \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                \"name\": \"Label 5\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 5,\n    \"current_page\": 1,\n    \"total\": 5\n}"},{"id":"4a4f4f36-ad39-49e7-8aa8-c89071c35586","name":"Unauthorized","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/sims/available_labels?sort_order=desc","host":["{{base_path}}"],"path":["sims","available_labels"],"query":[{"key":"sort_field","value":"imei","disabled":true},{"key":"sort_order","value":"desc"},{"key":"search","value":"ail","disabled":true},{"key":"current_page","value":"2","disabled":true}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 22:58:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"unauthorized\"\n}"},{"id":"f1f1fe62-03ed-46c9-968c-1bdc680f7175","name":"No one found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/sims/available_labels?sort_order=desc&search=label 10","host":["{{base_path}}"],"path":["sims","available_labels"],"query":[{"key":"sort_field","value":"imei","disabled":true},{"key":"sort_order","value":"desc"},{"key":"search","value":"label 10"},{"key":"current_page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:01:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"labels\": []\n    },\n    \"from_item\": 0,\n    \"to_item\": 0,\n    \"current_page\": 1,\n    \"total\": 0\n}"}],"_postman_id":"2affc6ec-68bf-4284-a05d-c7f862b00091"},{"name":"SIMs Available Rules","id":"a2b699bb-faf8-4583-aeb9-764350bfc398","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/sims/available_rules","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to get some count of rules for SIMs. Can be used with search, sort and filters.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sims","available_rules"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, \"amount\" by def.\nAllowed values: \"name\", \"uuid\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among Rule Name field</p>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[{"id":"466503df-018b-4f8a-b719-26f163cf5830","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/sims/available_rules?sort_order=desc","path":["sims","available_rules"],"query":[{"key":"sort_field","value":"imei","disabled":true},{"key":"sort_order","value":"desc"},{"key":"search","value":"","disabled":true},{"key":"current_page","value":"2","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:03:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"rules\": [\n            {\n                \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                \"status\": {\n                    \"id\": 9,\n                    \"title\": \"archived\"\n                },\n                \"name\": \"Data used RULE\",\n                \"condition\": {\n                    \"key\": \"Data used\",\n                    \"created_by\": \"John Johnson\"\n                }\n            },\n            {\n                \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"name\": \"Date triggered RULE\",\n                \"condition\": {\n                    \"key\": \"Date\",\n                    \"created_by\": \"John Johnson\"\n                }\n            },\n            {\n                \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"name\": \"Date triggered RULE\",\n                \"condition\": {\n                    \"key\": \"Date\",\n                    \"created_by\": \"John Johnson\"\n                }\n            },\n            {\n                \"uuid\": \"16b7dcfb-bfad-4d80-b0bf-1d9d5c26a293\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"name\": \"Data used RULE\",\n                \"condition\": {\n                    \"key\": \"Data used\",\n                    \"created_by\": \"John Johnson\"\n                }\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 4,\n    \"current_page\": 1,\n    \"total\": 4\n}"},{"id":"21873ff8-d321-4742-a4cc-a6a31c1e173c","name":"No one found","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/sims/available_rules?sort_order=desc&search=rulename","host":["{{base_path}}"],"path":["sims","available_rules"],"query":[{"key":"sort_field","value":"imei","disabled":true},{"key":"sort_order","value":"desc"},{"key":"current_page","value":"2","disabled":true},{"key":"search","value":"rulename"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Jul 2024 23:01:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"rules\": []\n    },\n    \"from_item\": 0,\n    \"to_item\": 0,\n    \"current_page\": 1,\n    \"total\": 0\n}"}],"_postman_id":"a2b699bb-faf8-4583-aeb9-764350bfc398"},{"name":"SIMs Swap","id":"8a4cd0bc-ef2b-4fdc-a2ca-2f5215aee787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{base_path}}/sims/swap","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to start swap line from \"<strong>from_iccid</strong>\" SIM to \"<strong>to_iccid</strong>\" SIM.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sims","swap"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>required, ICCID from prior SIM</p>\n","type":"text/plain"},"key":"from_iccid","value":""},{"disabled":true,"description":{"content":"<p>required, ICCID from new SIM, must be different from 'from_iccid'</p>\n","type":"text/plain"},"key":"to_iccid","value":""},{"disabled":true,"description":{"content":"<p>optional, Status for new SIM.\nAllowed Values:</p>\n<ul>\n<li>3 - active</li>\n<li>4 - suspended</li>\n<li>5 - not available</li>\n<li>7 - activation ready</li>\n</ul>\n","type":"text/plain"},"key":"new_status_id","value":""}],"variable":[]}},"response":[{"id":"cbaad33e-9c1b-4d6c-9eff-1aac56f6dbf1","name":"Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"/sims/swap?from_iccid=8912345600123456799&to_iccid=8912345600123456788","path":["sims","swap"],"query":[{"key":"from_iccid","value":"8912345600123456799","description":"required, ICCID from prior SIM"},{"key":"to_iccid","value":"8912345600123456788","description":"required, ICCID from new SIM, must be different from 'from_iccid'"},{"key":"new_status_id","value":"","description":"optional, Status for new SIM.\nAllowed Values:\n- 3 - active\n- 4 - suspended\n- 5 - not available\n- 7 - activation ready","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 08:04:47 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"Keep-Alive","value":"timeout=120, max=998"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"SIM Swap is in progress\"\n}"},{"id":"6cbcd524-861c-426b-a11b-3b59ec1fe0d5","name":"Failed. Already in Swap","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/swap?from_iccid=8912345600123456799&to_iccid=8912345600123456788&new_status_id=5","host":["{{base_path}}"],"path":["sims","swap"],"query":[{"key":"from_iccid","value":"8912345600123456799","description":"required, ICCID from prior SIM"},{"key":"to_iccid","value":"8912345600123456788","description":"required, ICCID from new SIM, must be different from 'from_iccid'"},{"key":"new_status_id","value":"5","description":"optional, Status for new SIM.\nAllowed Values:\n- 3 - active\n- 4 - suspended\n- 5 - not available\n- 7 - activation ready"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 07:17:36 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Is already in swap process\"\n}"},{"id":"80687de7-3502-48a5-8e32-460d8939eedc","name":"Failed. Different Companies","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/swap?from_iccid=8912345600123456799&to_iccid=8912345600123456788&new_status_id=6","host":["{{base_path}}"],"path":["sims","swap"],"query":[{"key":"from_iccid","value":"8912345600123456799","description":"required, ICCID from prior SIM"},{"key":"to_iccid","value":"8912345600123456788","description":"required, ICCID from new SIM, must be different from 'from_iccid'"},{"key":"new_status_id","value":"6","description":"optional, Status for new SIM.\nAllowed Values:\n- 3 - active\n- 4 - suspended\n- 5 - not available\n- 7 - activation ready"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 07:14:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIMs must be from one company.\"\n}"},{"id":"1a6d1d22-80f0-42c5-8435-cbac78e970c1","name":"Failed. Different Operators","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/swap?from_iccid=8912345600123456799&to_iccid=8912345600123456788&new_status_id=6","host":["{{base_path}}"],"path":["sims","swap"],"query":[{"key":"from_iccid","value":"8912345600123456799","description":"required, ICCID from prior SIM"},{"key":"to_iccid","value":"8912345600123456788","description":"required, ICCID from new SIM, must be different from 'from_iccid'"},{"key":"new_status_id","value":"6","description":"optional, Status for new SIM.\nAllowed Values:\n- 3 - active\n- 4 - suspended\n- 5 - not available\n- 7 - activation ready"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 07:14:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIMs must be from one operator.\"\n}"},{"id":"97b36f47-2e49-4442-ae63-8e1b11715d48","name":"Failed. Different Organizations","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/swap?from_iccid=8912345600123456799&to_iccid=8912345600123456788&new_status_id=6","host":["{{base_path}}"],"path":["sims","swap"],"query":[{"key":"from_iccid","value":"8912345600123456799","description":"required, ICCID from prior SIM"},{"key":"to_iccid","value":"8912345600123456788","description":"required, ICCID from new SIM, must be different from 'from_iccid'"},{"key":"new_status_id","value":"6","description":"optional, Status for new SIM.\nAllowed Values:\n- 3 - active\n- 4 - suspended\n- 5 - not available\n- 7 - activation ready"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 07:14:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIMs must be from one organization.\"\n}"},{"id":"28fbae96-e20c-4f8b-894c-f2f3633219dc","name":"Failed. Invalid Status ID","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/swap?from_iccid=8912345600123456799&to_iccid=8912345600123456788&new_status_id=6","host":["{{base_path}}"],"path":["sims","swap"],"query":[{"key":"from_iccid","value":"8912345600123456799","description":"required, ICCID from prior SIM"},{"key":"to_iccid","value":"8912345600123456788","description":"required, ICCID from new SIM, must be different from 'from_iccid'"},{"key":"new_status_id","value":"6","description":"optional, Status for new SIM.\nAllowed Values:\n- 3 - active\n- 4 - suspended\n- 5 - not available\n- 7 - activation ready"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 07:14:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The selected new status id is invalid.\"\n}"},{"id":"44d9571d-5eff-4a30-a55f-55f90ccd3972","name":"Failed. New SIM is not Blank","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/swap?from_iccid=8912345600123456799&to_iccid=8912345600123456788&new_status_id=6","host":["{{base_path}}"],"path":["sims","swap"],"query":[{"key":"from_iccid","value":"8912345600123456799","description":"required, ICCID from prior SIM"},{"key":"to_iccid","value":"8912345600123456788","description":"required, ICCID from new SIM, must be different from 'from_iccid'"},{"key":"new_status_id","value":"6","description":"optional, Status for new SIM.\nAllowed Values:\n- 3 - active\n- 4 - suspended\n- 5 - not available\n- 7 - activation ready"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 16 Oct 2024 07:14:34 GMT"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Connection","value":"close"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"New SIM Card must be with blank status.\"\n}"}],"_postman_id":"8a4cd0bc-ef2b-4fdc-a2ca-2f5215aee787"},{"name":"SIMs Assign eStore Plan","id":"6c2f5cff-bd23-4770-8b75-39be0ddd3e0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{base_path}}/sims/assign_e_store_plan?company_uuid=&plan_uuid=&iccid=","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to assign SIM by ICCID (or just available SIM) to according eStore Plan and Company.</p>\n<p>You can get page of available SIMs for Plan using /sims/page route with the following parameters: available_for_e_store and plan_uuid.</p>\n<p>If you do not give ICCID, then an available one will be selected.</p>\n<p>Reasons for some responses:</p>\n<ul>\n<li>eStore not available - eStore disabled for organization, account does not have according permission or eStore is not setup (no plans, etc).</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sims","assign_e_store_plan"],"host":["{{base_path}}"],"query":[{"description":{"content":"<p>SIM will be assigned to this company</p>\n","type":"text/plain"},"key":"company_uuid","value":""},{"description":{"content":"<p>SIM will be assigned to this plan</p>\n","type":"text/plain"},"key":"plan_uuid","value":""},{"description":{"content":"<p>Optional. ICCID to which the plan will be assigned</p>\n","type":"text/plain"},"key":"iccid","value":""}],"variable":[]}},"response":[{"id":"99fe5e2f-b48a-4278-aeba-e9a46a3c28d9","name":"Success. With ICCID","originalRequest":{"method":"POST","header":[],"url":{"raw":"/sims/assign_e_store_plan?company_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e&plan_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e&iccid=8937204000000000000","path":["sims","assign_e_store_plan"],"query":[{"key":"company_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this company"},{"key":"plan_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this plan"},{"key":"iccid","value":"8937204000000000000","description":"Optional. ICCID to which the plan will be assigned"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"sim_card\": {\n            \"iccid\": \"8937204000000000000\",\n            \"status\": {\n                \"id\": 3,\n                \"title\": \"active\"\n            },\n            \"sim_card_type\": \"prepaid\",\n            \"is_e_sim\": true,\n            \"e_sim_details\": {\n                \"e_sim_qr\": \"LPA:1$aaaa.aa$00-000000-000000\"\n            },\n            \"operator\": {\n                \"uuid\": \"936bd9e3-8e2d-4223-a58d-9cb29378ba0e\",\n                \"name\": \"Test Operator\",\n                \"integration\": {\n                    \"uuid\": \"936bd9e3-8e2d-4223-a58d-9cb29378ba0e\",\n                    \"title\": \"Test Integration\"\n                }\n            },\n            \"plan\": {\n                \"uuid\": \"936bd9e3-8e2d-4223-a58d-9cb29378ba0e\",\n                \"name\": \"Test Plan\"\n            },\n            \"imsi\": \"260010000000000\",\n            \"pin\": \"0000\",\n            \"puk\": \"50000000\",\n            \"apn\": \"plus\",\n            \"msisdn\": \"48002000000\",\n            \"is_throttled\": false,\n            \"plan_assigned_at\": {\n                \"unix_timestamp\": 1744965567,\n                \"human_time\": \"08:39:27\",\n                \"human_date\": \"2025-04-18\",\n                \"timezone\": \"UTC\"\n            },\n            \"expired_at\": null,\n            \"activated_at\": null,\n            \"created_at\": {\n                \"unix_timestamp\": 1723470609,\n                \"human_time\": \"13:50:09\",\n                \"human_date\": \"2024-08-12\",\n                \"timezone\": \"UTC\"\n            },\n            \"company\": {\n                \"uuid\": \"936bd9e3-8e2d-4223-a58d-9cb29378ba0e\",\n                \"name\": \"Test Company\"\n            },\n            \"details\": {\n                \"usage_kb\": 0,\n                \"remaining_usage_kb\": 5242880,\n                \"remaining_days\": 30,\n                \"is_auto_refill_enabled\": false,\n                \"expired_at\": null,\n                \"activated_at\": null\n            }\n        }\n    }\n}"},{"id":"c2e2dc19-3bba-46d2-93fb-b0ae098e7b2a","name":"Success. Without ICCID","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/assign_e_store_plan?company_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e&plan_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e","host":["{{base_path}}"],"path":["sims","assign_e_store_plan"],"query":[{"key":"company_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this company"},{"key":"plan_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this plan"},{"key":"iccid","value":null,"description":"Optional. ICCID to which the plan will be assigned","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"sim_card\": {\n            \"iccid\": \"8937204000000000000\",\n            \"status\": {\n                \"id\": 3,\n                \"title\": \"active\"\n            },\n            \"sim_card_type\": \"prepaid\",\n            \"is_e_sim\": true,\n            \"e_sim_details\": {\n                \"e_sim_qr\": \"LPA:1$aaaa.aa$00-000000-000000\"\n            },\n            \"operator\": {\n                \"uuid\": \"936bd9e3-8e2d-4223-a58d-9cb29378ba0e\",\n                \"name\": \"Test Operator\",\n                \"integration\": {\n                    \"uuid\": \"936bd9e3-8e2d-4223-a58d-9cb29378ba0e\",\n                    \"title\": \"Test Integration\"\n                }\n            },\n            \"plan\": {\n                \"uuid\": \"936bd9e3-8e2d-4223-a58d-9cb29378ba0e\",\n                \"name\": \"Test Plan\"\n            },\n            \"imsi\": \"260010000000000\",\n            \"pin\": \"0000\",\n            \"puk\": \"50000000\",\n            \"apn\": \"plus\",\n            \"msisdn\": \"48002000000\",\n            \"is_throttled\": false,\n            \"plan_assigned_at\": {\n                \"unix_timestamp\": 1744965567,\n                \"human_time\": \"08:39:27\",\n                \"human_date\": \"2025-04-18\",\n                \"timezone\": \"UTC\"\n            },\n            \"expired_at\": null,\n            \"activated_at\": null,\n            \"created_at\": {\n                \"unix_timestamp\": 1723470609,\n                \"human_time\": \"13:50:09\",\n                \"human_date\": \"2024-08-12\",\n                \"timezone\": \"UTC\"\n            },\n            \"company\": {\n                \"uuid\": \"936bd9e3-8e2d-4223-a58d-9cb29378ba0e\",\n                \"name\": \"Test Company\"\n            },\n            \"details\": {\n                \"usage_kb\": 0,\n                \"remaining_usage_kb\": 5242880,\n                \"remaining_days\": 30,\n                \"is_auto_refill_enabled\": false,\n                \"expired_at\": null,\n                \"activated_at\": null\n            }\n        }\n    }\n}"},{"id":"40065ccb-b75d-4e2a-b765-b0d11e3c8fda","name":"Failed. Incorrect Plan Uuid","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/assign_e_store_plan?company_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e&plan_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e","host":["{{base_path}}"],"path":["sims","assign_e_store_plan"],"query":[{"key":"company_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this company"},{"key":"plan_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this plan"},{"key":"iccid","value":null,"description":"Optional. ICCID to which the plan will be assigned","disabled":true}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"ack\": \"fail\",\r\n    \"details\": \"The selected plan uuid is invalid.\"\r\n}"},{"id":"80c1e069-cdc9-4bcd-aa77-777f70b16e9b","name":"Failed. Only for Organization","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/assign_e_store_plan?company_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e&plan_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e","host":["{{base_path}}"],"path":["sims","assign_e_store_plan"],"query":[{"key":"company_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this company"},{"key":"plan_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this plan"},{"key":"iccid","value":null,"description":"Optional. ICCID to which the plan will be assigned","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is available for Organization level only\"\n}"},{"id":"7a55cbae-14d6-4dad-a3b9-454d4feffbf2","name":"Failed. eStore not available","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/assign_e_store_plan?company_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e&plan_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e","host":["{{base_path}}"],"path":["sims","assign_e_store_plan"],"query":[{"key":"company_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this company"},{"key":"plan_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this plan"},{"key":"iccid","value":null,"description":"Optional. ICCID to which the plan will be assigned","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"eSIM Store is not available\"\n}"},{"id":"fa867f46-ca11-48db-88f8-dbf11d0835cc","name":"Failed. Not suitable plan","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/assign_e_store_plan?company_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e&plan_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e","host":["{{base_path}}"],"path":["sims","assign_e_store_plan"],"query":[{"key":"company_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this company"},{"key":"plan_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this plan"},{"key":"iccid","value":null,"description":"Optional. ICCID to which the plan will be assigned","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan is not suitable for this operation.\"\n}"},{"id":"ccfee6b3-a4dc-4c10-a8ab-7f5d54440488","name":"Failed. Not suitable SIM","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/assign_e_store_plan?company_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e&plan_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e","host":["{{base_path}}"],"path":["sims","assign_e_store_plan"],"query":[{"key":"company_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this company"},{"key":"plan_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this plan"},{"key":"iccid","value":null,"description":"Optional. ICCID to which the plan will be assigned","disabled":true}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The SIM is not suitable for this operation.\"\n}"},{"id":"e837c3f7-c08c-4c4b-8fac-a02b9c39bffe","name":"Failed. Incorrect Company Uuid","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/assign_e_store_plan?company_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e&plan_uuid=936bd9e3-8e2d-4223-a58d-9cb29378ba0e","host":["{{base_path}}"],"path":["sims","assign_e_store_plan"],"query":[{"key":"company_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this company"},{"key":"plan_uuid","value":"936bd9e3-8e2d-4223-a58d-9cb29378ba0e","description":"SIM will be assigned to this plan"},{"key":"iccid","value":null,"description":"Optional. ICCID to which the plan will be assigned","disabled":true}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"ack\": \"fail\",\r\n    \"details\": \"The selected company uuid is invalid.\"\r\n}"}],"_postman_id":"6c2f5cff-bd23-4770-8b75-39be0ddd3e0b"},{"name":"SIMs Change Plan","id":"13ba7866-0cbc-4814-86e3-cd050b9dd811","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientId","value":"{{client_id}}"},{"key":"refreshTokenUrl","value":"<refresh-token-url>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"grant_type","value":"<grant_type>"},{"key":"tokenName","value":"<token-name>"},{"key":"refreshRequestParams","value":"<refresh-request-params>"},{"key":"tokenRequestParams","value":"<token-request-params>"},{"key":"authRequestParams","value":"<auth-request-params>"},{"key":"challengeAlgorithm","value":"<challenge-algorithm>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"","description":"<p>ICCIDs of SIM cards for which the plan will be changed.</p>\n","type":"text"},{"key":"iccids[]","value":"","type":"text","disabled":true},{"key":"plan_uuid","value":"","description":"<p>UUID of the new plan for SIMs.</p>\n","type":"text","disabled":true},{"key":"date","value":"","description":"<p>optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL</p>\n","type":"text","disabled":true},{"key":"full_payment","value":"","description":"<p>Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to change plan for several SIMs by ICCIDs.</p>\n","urlObject":{"path":["sims","change_plan"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"def2a76e-0703-449e-89e7-238d60a90b6f","name":"Success. Immediately changed","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"89204080195563802902","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"892040822854871358410","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"/sims/change_plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:29:08 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"(e)SIM Plan has been changed\"\n}"},{"id":"7a3ec9bf-95f9-49b2-b500-ff1f10f9b62e","name":"Success. Request created","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"892040822854871358410","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"89204080195563802902","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"2025-10-01","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:35:06 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"(e)SIM Plan Change request has been created\"\n}"},{"id":"ae330708-6406-4fe0-96a3-4ce2de90dcc9","name":"Failed. Missed Plan UUID","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"89204080195563802902","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"892040822854871358410","type":"text"},{"key":"plan_uuid","value":"","description":"UUID of the new plan for SIMs.","type":"text","disabled":true},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:15:20 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan uuid field is required.\"\n}"},{"id":"a9d75de3-d7f9-4f4d-839c-9ea78563d8eb","name":"Failed. Plan is not available for company","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"892040822854871358410","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"89204080195563802902","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:26:05 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan is not available for this company\"\n}"},{"id":"463f3f78-9380-42b5-8d1f-7c522c030c4f","name":"Failed. Plans have different operator","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"89204080195563802902","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"892040822854871358410","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"2025-10-01","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:31:27 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plans have different operator\"\n}"},{"id":"89b4d51b-dee5-4da4-bb08-86fe0ce273f5","name":"Failed. Plans have different types","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"89204080195563802902","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"892040822854871358410","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:27:44 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Old and new Plans have different types\"\n}"},{"id":"070593b8-5a96-4121-b30b-b505947bc5cb","name":"Failed. Previous date","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"892040822854871358410","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"89204080195563802902","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"2025-08-01","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:14:47 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date must be a date after or equal to today.\"\n}"},{"id":"9b5119a2-f351-4aba-8be6-7eb26e36e1e7","name":"Failed. Required Subscription plan for Full payment","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"89204080195563802902","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"892040822854871358410","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"true","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text"}]},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:21:30 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"To use 'full_payment' parameter, the plan type must be subscription.\"\n}"},{"id":"4c913a04-8f16-41c8-9bb2-ad45518b7436","name":"Failed. SIM already in request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"892040822854871358410","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"89204080195563802902","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:13:09 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"You can't perform action with (e)SIM in request\"\n}"},{"id":"b49b75b0-9298-437e-af0f-28efe9286ea5","name":"Failed. SIM has some action in progress","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"89204080195563802902","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"892040822854871358410","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:20:05 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"(e)SIM has Refresh details action in progress. Try again after 2025-09-22 23:39:56\"\n}"},{"id":"5a4dc030-147d-4cf0-b5c8-3df29b021a75","name":"Failed. SIM has wrong status","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"892040822854871358410","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"89204080195563802902","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:19:02 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM must be in active, suspended or not available status\"\n}"},{"id":"fcb68507-aa0b-49bf-a874-95111b87366f","name":"Failed. SIM must have plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"89204080195563802902","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"892040822854871358410","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:17:43 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM 892040822854871358410 must have an allocated plan\"\n}"},{"id":"603f447f-05ea-45a3-8771-4e330ae741b5","name":"Failed. SIM not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"892040822854871358410","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"89204080195563802902","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:16:42 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIM card not found\"\n}"},{"id":"92a755b9-115b-448c-9a6c-645ba56465bc","name":"Failed. SIMs have different companies","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"89204080195563802902","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"892040822854871358410","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:25:11 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIMs must be from one company\"\n}"},{"id":"08816079-8a1f-4786-914f-ca0cfe5c5314","name":"Failed. SIMs have different plans","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"892040822854871358410","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"89204080195563802902","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}]},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:22:23 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"SIMs have different plans\"\n}"},{"id":"bb50750c-97f0-4118-abd6-8cfadc597710","name":"Failed. Wrong Date format","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"iccids[]","value":"89204080195563802902","description":"ICCIDs of SIM cards for which the plan will be changed.","type":"text"},{"key":"iccids[]","value":"892040822854871358410","type":"text"},{"key":"plan_uuid","value":"0c7dd3e5-d8c4-4faa-a12d-0f7ba1c92b03","description":"UUID of the new plan for SIMs.","type":"text"},{"key":"date","value":"20-09-2025","description":"optional, format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or do not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"full_payment","value":"","description":"Optional. Include Full payment with usage retention. Omit it entirely to disable.\nONLY FOR ORGANIZATION LEVEL AND SUBSCRIPTION PLANS","type":"text","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{base_path}}/sims/change_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 23:14:08 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date does not match the format Y-m-d.\"\n}"}],"_postman_id":"13ba7866-0cbc-4814-86e3-cd050b9dd811"},{"name":"SIM Create Product from Wallet","id":"e29596e8-5eeb-4411-bea5-de696dac274f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{base_path}}/sims/create_product_from_wallet?plan_uuid=","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to create product from available eSIM using wallet. Plan must be store published.</p>\n<p>Reasons for some responses:</p>\n<ul>\n<li>eStore not available - eStore disabled for organization, account does not have according permission or eStore is not setup (no plans, etc).</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sims","create_product_from_wallet"],"host":["{{base_path}}"],"query":[{"description":{"content":"<p>UUID of the plan that will be assigned to the SIM.</p>\n","type":"text/plain"},"key":"plan_uuid","value":""}],"variable":[]}},"response":[{"id":"5369a703-bd63-4d9f-a885-6ce6753de092","name":"Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"/sims/create_product_from_wallet?plan_uuid=b25cbaed-7a6f-4bae-bc32-096ba7bb3942","path":["sims","create_product_from_wallet"],"query":[{"key":"plan_uuid","value":"b25cbaed-7a6f-4bae-bc32-096ba7bb3942","description":"UUID of the plan that will be assigned to the SIM."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:36:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"sim_card\": {\n            \"iccid\": \"89204025728101497617\",\n            \"status\": {\n                \"id\": 3,\n                \"title\": \"active\"\n            },\n            \"sim_card_type\": \"prepaid\",\n            \"is_e_sim\": true,\n            \"e_sim_details\": {\n                \"e_sim_qr\": \"LPA:1$smdp.test$S3-2E80SR-RMEC6F\"\n            },\n            \"operator\": {\n                \"uuid\": \"b25cbaed-7a6f-4bae-bc32-096ba7bb3942\",\n                \"name\": \"Test Operator\",\n                \"integration\": {\n                    \"uuid\": \"b25cbaed-7a6f-4bae-bc32-096ba7bb3942\",\n                    \"title\": \"Test Integration\"\n                }\n            },\n            \"plan\": {\n                \"uuid\": \"b25cbaed-7a6f-4bae-bc32-096ba7bb3942\",\n                \"name\": \"Test Plan\"\n            },\n            \"imsi\": \"083901100495211772\",\n            \"pin\": \"0000\",\n            \"puk\": \"12341234\",\n            \"apn\": \"plus\",\n            \"msisdn\": \"70142422195\",\n            \"is_throttled\": false,\n            \"plan_assigned_at\": {\n                \"unix_timestamp\": 1751355380,\n                \"human_time\": \"07:36:20\",\n                \"human_date\": \"2025-07-01\",\n                \"timezone\": \"UTC\"\n            },\n            \"expired_at\": null,\n            \"activated_at\": null,\n            \"created_at\": {\n                \"unix_timestamp\": 1744314852,\n                \"human_time\": \"19:54:12\",\n                \"human_date\": \"2025-04-10\",\n                \"timezone\": \"UTC\"\n            },\n            \"company\": {\n                \"uuid\": \"b25cbaed-7a6f-4bae-bc32-096ba7bb3942\",\n                \"name\": \"Test Company 1\"\n            },\n            \"details\": {\n                \"usage_kb\": 0,\n                \"remaining_usage_kb\": 1048576,\n                \"remaining_days\": 60,\n                \"is_auto_refill_enabled\": false,\n                \"expired_at\": null,\n                \"activated_at\": null\n            }\n        }\n    },\n    \"ack\": \"success\",\n    \"details\": \"SIM has been purchased\"\n}"},{"id":"4eb23f31-8695-42f1-8eff-d5b487548f8f","name":"Failed. Disabled wallet","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/create_product_from_wallet?plan_uuid=b25cbaed-7a6f-4bae-bc32-096ba7bb3942","host":["{{base_path}}"],"path":["sims","create_product_from_wallet"],"query":[{"key":"plan_uuid","value":"b25cbaed-7a6f-4bae-bc32-096ba7bb3942","description":"UUID of the plan that will be assigned to the SIM."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:54:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Your wallet is disabled\"\n}"},{"id":"38abab08-a191-40ab-b094-4ec24ee4b37f","name":"Failed. Forbidden","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/create_product_from_wallet?plan_uuid=b25cbaed-7a6f-4bae-bc32-096ba7bb3942","host":["{{base_path}}"],"path":["sims","create_product_from_wallet"],"query":[{"key":"plan_uuid","value":"b25cbaed-7a6f-4bae-bc32-096ba7bb3942","description":"UUID of the plan that will be assigned to the SIM."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:38:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Forbidden\"\n}"},{"id":"dfb4bc44-3015-4fed-a032-26c12285f384","name":"Failed. Only for Company","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/create_product_from_wallet?plan_uuid=b25cbaed-7a6f-4bae-bc32-096ba7bb3942","host":["{{base_path}}"],"path":["sims","create_product_from_wallet"],"query":[{"key":"plan_uuid","value":"b25cbaed-7a6f-4bae-bc32-096ba7bb3942","description":"UUID of the plan that will be assigned to the SIM."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:38:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is available for Company level only\"\n}"},{"id":"f19bb400-e7d9-4ddc-832d-eb33a51a471a","name":"Failed. eStore not available","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/create_product_from_wallet?plan_uuid=b25cbaed-7a6f-4bae-bc32-096ba7bb3942","host":["{{base_path}}"],"path":["sims","create_product_from_wallet"],"query":[{"key":"plan_uuid","value":"b25cbaed-7a6f-4bae-bc32-096ba7bb3942","description":"UUID of the plan that will be assigned to the SIM."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:38:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"eSIM Store is not available\"\n}"},{"id":"95b9be64-20a7-4c14-891a-5e183cae7660","name":"Failed. Not enough funds","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/create_product_from_wallet?plan_uuid=b25cbaed-7a6f-4bae-bc32-096ba7bb3942","host":["{{base_path}}"],"path":["sims","create_product_from_wallet"],"query":[{"key":"plan_uuid","value":"b25cbaed-7a6f-4bae-bc32-096ba7bb3942","description":"UUID of the plan that will be assigned to the SIM."}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:56:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"There are not enough funds on your wallet for this operation\"\n}"},{"id":"a4bff2c7-5d15-4c6c-8b52-75b03216ecd2","name":"Failed. Not suitable plan","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/create_product_from_wallet?plan_uuid=b25cbaed-7a6f-4bae-bc32-096ba7bb3942","host":["{{base_path}}"],"path":["sims","create_product_from_wallet"],"query":[{"key":"plan_uuid","value":"b25cbaed-7a6f-4bae-bc32-096ba7bb3942","description":"UUID of the plan that will be assigned to the SIM."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:48:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan is not suitable for purchase.\"\n}"},{"id":"0ea0a6d0-6bb2-4fb1-9008-af4d26c33258","name":"Failed. Plan not found","originalRequest":{"method":"POST","header":[],"url":{"raw":"{{base_path}}/sims/create_product_from_wallet?plan_uuid=b25cbaed-7a6f-4bae-bc32-096ba7bb3942","host":["{{base_path}}"],"path":["sims","create_product_from_wallet"],"query":[{"key":"plan_uuid","value":"b25cbaed-7a6f-4bae-bc32-096ba7bb3942","description":"UUID of the plan that will be assigned to the SIM."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:40:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan not found\"\n}"}],"_postman_id":"e29596e8-5eeb-4411-bea5-de696dac274f"},{"name":"SIM Purchase From Wallet","id":"e897cf13-15ea-4635-8460-38ff71c7e256","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"","description":"<p>Required. UUID of the plan that will be assigned to the SIM.</p>\n","type":"text","uuid":"abd3684f-cbbc-4c96-a509-eb46b4e17c97"}]},"url":"{{base_path}}/sims/purchase_from_wallet","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint creates a new product by purchasing an available eSIM using wallet funds. Note: The plan must be either 'Prepaid' or 'Daypass' and must be published in the store.</p>\n<p>Reasons for some responses:</p>\n<ul>\n<li>eStore not available - eStore disabled for organization, account does not have according permission or eStore is not setup (no plans, etc).</li>\n</ul>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["sims","purchase_from_wallet"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"5c38a135-3dbc-4219-86b7-09e454b10601","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"9e22d30e-8384-46ce-91cf-985f9dc5ed82","description":"Required. UUID of the plan that will be assigned to the SIM.","type":"text","uuid":"191060f2-9dad-45a1-a7f6-2829ec32100c"}]},"url":"{{base_path}}/sims/purchase_from_wallet"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Fri, 03 Apr 2026 11:56:30 GMT"},{"key":"Server","value":"Apache/2.4.65 (Unix) PHP/8.1.33"},{"key":"Vary","value":"Authorization"},{"key":"X-Powered-By","value":"PHP/8.1.33"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"order\": {\n            \"uuid\": \"9e22d30e-8384-46ce-91cf-985f9dc5ed82\",\n            \"status\": \"pending\"\n        }\n    },\n    \"ack\": \"success\",\n    \"details\": \"Creating product is in progress\"\n}"},{"id":"c881daf0-d4a9-409a-a12c-fb19fb08f003","name":"Failed. Disabled wallet","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"9e22d30e-8384-46ce-91cf-985f9dc5ed82","description":"Required. UUID of the plan that will be assigned to the SIM.","type":"text","uuid":"1b6b0bc2-2d3f-48ec-b639-49ef3d8bf4b3"}]},"url":"{{base_path}}/sims/purchase_from_wallet"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:54:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Your wallet is disabled\"\n}"},{"id":"c0cc973f-7251-471b-9328-05c1d59b6eb7","name":"Failed. Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"9e22d30e-8384-46ce-91cf-985f9dc5ed82","description":"Required. UUID of the plan that will be assigned to the SIM.","type":"text","uuid":"837fa7d9-6aba-4fb5-8024-58a03bc61abf"}]},"url":"{{base_path}}/sims/purchase_from_wallet"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:38:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Forbidden\"\n}"},{"id":"67e89e95-cd65-45d1-b4b0-8955a3f61cc3","name":"Failed. Only for Company","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"9e22d30e-8384-46ce-91cf-985f9dc5ed82","description":"Required. UUID of the plan that will be assigned to the SIM.","type":"text","uuid":"254394bc-b2e3-45bd-9b36-c940a606386c"}]},"url":"{{base_path}}/sims/purchase_from_wallet"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:38:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is available for Company level only\"\n}"},{"id":"ad2f3d2b-1a8d-43b3-aad9-4480361717f3","name":"Failed. eStore not available","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"9e22d30e-8384-46ce-91cf-985f9dc5ed82","description":"Required. UUID of the plan that will be assigned to the SIM.","type":"text","uuid":"2fb9f65a-a45d-4f54-a04a-decc39e69eb6"}]},"url":"{{base_path}}/sims/purchase_from_wallet"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:38:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"eSIM Store is not available\"\n}"},{"id":"09329cea-4999-4583-ad8b-7a4cd00c7bdd","name":"Failed. Not enough funds","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"9e22d30e-8384-46ce-91cf-985f9dc5ed82","description":"Required. UUID of the plan that will be assigned to the SIM.","type":"text","uuid":"cf18743c-62ee-4d37-b5bd-7abf4a90b5df"}]},"url":"{{base_path}}/sims/purchase_from_wallet"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:56:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"There are not enough funds on your wallet for this operation\"\n}"},{"id":"8e57fa0b-21be-4035-a482-0ce5f2d031a2","name":"Failed. Not suitable plan","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"9e22d30e-8384-46ce-91cf-985f9dc5ed82","description":"Required. UUID of the plan that will be assigned to the SIM.","type":"text","uuid":"570ee8b2-fa17-4161-b4c3-401453a72278"}]},"url":"{{base_path}}/sims/purchase_from_wallet"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:48:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan is not suitable for purchase.\"\n}"},{"id":"a8d18311-578b-4081-aaaa-7a0e9482c47a","name":"Failed. Plan not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"9e22d30e-8384-46ce-91cf-985f9dc5ed82","description":"Required. UUID of the plan that will be assigned to the SIM.","type":"text","uuid":"7a6a25d3-550b-40da-b155-530a4e1f559e"}]},"url":"{{base_path}}/sims/purchase_from_wallet"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jul 2025 07:40:41 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan not found\"\n}"}],"_postman_id":"e897cf13-15ea-4635-8460-38ff71c7e256"}],"id":"cad8433e-1443-492e-a553-f573ee9066c5","description":"<p>Endpoints in this category operate on <strong>collections of SIMs</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"cad8433e-1443-492e-a553-f573ee9066c5","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}}],"id":"9d94c70c-d814-48bb-8074-8d9fec492160","_postman_id":"9d94c70c-d814-48bb-8074-8d9fec492160","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Terminal API Endpoints","item":[{"name":"Single Terminal API Endpoints","item":[{"name":"Terminal Daily Usage","id":"4f34705d-dafb-4d50-b12c-9265a24dfdca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/terminal/{{uuid}}/daily_usage/{{bill_cycle}}","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to get a daily usage for current Terminal by bill-cycle.</p>\n<p><strong>IMPORTANT:</strong> Bill-cycle must be in the following format: YYYY-MM.<br />Example: .../daily_usage/2025-09</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","daily_usage","{{bill_cycle}}"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"9ec76f71-c8c6-46a6-886c-68d2d93e37be","name":"Success","originalRequest":{"method":"GET","header":[],"url":"/terminal/d96b825e-5894-4687-ad91-d9858d921902/daily_usage/2025-08"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 11:49:04 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"daily_usage\": [\n            {\n                \"date\": \"2025-08-01\",\n                \"priority_gb\": \"10.00\",\n                \"standard_gb\": \"0.50\"\n            },\n            {\n                \"date\": \"2025-08-02\",\n                \"priority_gb\": \"20.00\",\n                \"standard_gb\": \"2.00\"\n            },\n            {\n                \"date\": \"2025-08-03\",\n                \"priority_gb\": \"30.00\",\n                \"standard_gb\": \"0.30\"\n            },\n            {\n                \"date\": \"2025-08-04\",\n                \"priority_gb\": \"10.00\",\n                \"standard_gb\": \"7.21\"\n            },\n            {\n                \"date\": \"2025-08-05\",\n                \"priority_gb\": \"20.00\",\n                \"standard_gb\": \"7.20\"\n            },\n            {\n                \"date\": \"2025-08-06\",\n                \"priority_gb\": \"30.00\",\n                \"standard_gb\": \"1.05\"\n            },\n            {\n                \"date\": \"2025-08-07\",\n                \"priority_gb\": \"10.00\",\n                \"standard_gb\": \"0.42\"\n            },\n            {\n                \"date\": \"2025-08-08\",\n                \"priority_gb\": \"20.00\",\n                \"standard_gb\": \"0.65\"\n            },\n            {\n                \"date\": \"2025-08-09\",\n                \"priority_gb\": \"30.00\",\n                \"standard_gb\": \"11.56\"\n            },\n            {\n                \"date\": \"2025-08-10\",\n                \"priority_gb\": \"10.00\",\n                \"standard_gb\": \"0.27\"\n            },\n            {\n                \"date\": \"2025-08-11\",\n                \"priority_gb\": \"20.00\",\n                \"standard_gb\": \"0.66\"\n            },\n            {\n                \"date\": \"2025-08-12\",\n                \"priority_gb\": \"30.00\",\n                \"standard_gb\": \"0.29\"\n            },\n            {\n                \"date\": \"2025-08-13\",\n                \"priority_gb\": \"10.00\",\n                \"standard_gb\": \"0.50\"\n            },\n            {\n                \"date\": \"2025-08-14\",\n                \"priority_gb\": \"20.00\",\n                \"standard_gb\": \"3.60\"\n            },\n            {\n                \"date\": \"2025-08-15\",\n                \"priority_gb\": \"30.00\",\n                \"standard_gb\": \"5.13\"\n            },\n            {\n                \"date\": \"2025-08-16\",\n                \"priority_gb\": \"10.00\",\n                \"standard_gb\": \"4.27\"\n            },\n            {\n                \"date\": \"2025-08-17\",\n                \"priority_gb\": \"20.00\",\n                \"standard_gb\": \"4.05\"\n            },\n            {\n                \"date\": \"2025-08-18\",\n                \"priority_gb\": \"30.00\",\n                \"standard_gb\": \"3.65\"\n            },\n            {\n                \"date\": \"2025-08-19\",\n                \"priority_gb\": \"10.00\",\n                \"standard_gb\": \"4.05\"\n            },\n            {\n                \"date\": \"2025-08-20\",\n                \"priority_gb\": \"20.00\",\n                \"standard_gb\": \"5.54\"\n            },\n            {\n                \"date\": \"2025-08-21\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"4.52\"\n            },\n            {\n                \"date\": \"2025-08-22\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"5.06\"\n            },\n            {\n                \"date\": \"2025-08-23\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"6.17\"\n            },\n            {\n                \"date\": \"2025-08-24\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"5.69\"\n            },\n            {\n                \"date\": \"2025-08-25\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"5.98\"\n            },\n            {\n                \"date\": \"2025-08-26\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"5.51\"\n            },\n            {\n                \"date\": \"2025-08-27\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"5.55\"\n            },\n            {\n                \"date\": \"2025-08-28\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"5.00\"\n            },\n            {\n                \"date\": \"2025-08-29\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"6.00\"\n            },\n            {\n                \"date\": \"2025-08-30\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"5.00\"\n            },\n            {\n                \"date\": \"2025-08-31\",\n                \"priority_gb\": \"0.00\",\n                \"standard_gb\": \"4.00\"\n            }\n        ]\n    }\n}"},{"id":"ac823fcf-4492-436b-be21-563cffa9b713","name":"Failed. Invalid bill cycle format","originalRequest":{"method":"GET","header":[],"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/daily_usage/2025-0"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 11:50:48 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The bill cycle does not match the format Y-m.\"\n}"}],"_postman_id":"4f34705d-dafb-4d50-b12c-9265a24dfdca"},{"name":"Terminal Add Label","id":"1d0406a5-38f7-4115-8d13-2be9127d0c22","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"","description":"<p>UUID of label to be added.</p>\n","type":"text"}]},"url":"{{base_path}}/terminal/{{uuid}}/add_label","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to add existing Labels for specified Terminal.</p>\n<p>You can get list of available labels from <strong>Terminals Available Labels</strong> API Endpoint.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","add_label"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"4ed31b88-c430-4ca9-84f0-f2da1452851b","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of label to be added.","type":"text"}]},"url":"{{bath_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/add_label"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:36:15 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Label \\\"Test 001\\\" has been assigned\"\n}"},{"id":"0271f4f0-64ad-4d8a-8e82-e75efac5d163","name":"Failed. Label already added","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of label to be added.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/add_label"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:35:07 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Label is exists already\"\n}"},{"id":"eb0093bd-2802-4efe-9058-f6cfc3d8d075","name":"Failed. Label not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of label to be added.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/add_label"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:33:21 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Label Not Found\"\n}"},{"id":"bdd3aeda-ed31-472b-8cf7-8f9d28da9997","name":"Failed. Operation not allowed","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of label to be added.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/add_label"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 11:58:36 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operation not allowed\"\n}"},{"id":"fb3994a0-4990-4cac-a1ca-40ce65be1765","name":"Failed. Terminal not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of label to be added.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/add_label"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:32:52 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal not found\"\n}"}],"_postman_id":"1d0406a5-38f7-4115-8d13-2be9127d0c22"},{"name":"Terminal Add Rule","id":"574a5028-4eec-4b88-a19a-5d9753f25b7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"","description":"<p>UUID of rule to be added.</p>\n","type":"text"}]},"url":"{{base_path}}/terminal/{{uuid}}/add_rule","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to add existing Rules for Terminal. The rule type must be relevant to the specified SIM.</p>\n<p>You can get available rule UUID from <strong>Terminals Available Rules</strong> API Endpoint.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","add_rule"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"1d38dfbf-f7cf-4df9-a9ce-65cabd64311c","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of rule to be added.","type":"text"}]},"url":"/terminal/d96b825e-5894-4687-ad91-d9858d921902/add_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:51:58 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Rule \\\"Test 001\\\" has been assigned\"\n}"},{"id":"ab36a2dd-d0b9-4bfc-a325-93da5ec45d4a","name":"Failed. Not compatible rule","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of rule to be added.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/add_rule"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:49:59 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The rule is not compatible with the Terminal\"\n}"},{"id":"34de75f3-fc81-4044-9a29-80e4c6b31a0c","name":"Failed. Rule already added","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of rule to be added.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/add_rule"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:51:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Rule is exists already\"\n}"},{"id":"211c0dea-c068-4fd2-bad5-c20d9a0a16e5","name":"Failed. Rule not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of rule to be added.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/add_rule"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:52:27 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Rule not found\"\n}"},{"id":"fd61b76d-eeaf-4387-a234-d4a4ea76f116","name":"Failed. Terminal not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of rule to be added.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/add_rule"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:52:55 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal not found\"\n}"}],"_postman_id":"574a5028-4eec-4b88-a19a-5d9753f25b7e"},{"name":"Terminal Assign Company","id":"e7449f1f-ed77-4212-8e7e-6fbadad6610e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_uuid","value":"","description":"<p>UUID of company to be assigned.</p>\n","type":"text"}]},"url":"{{base_path}}/terminal/{{uuid}}/assign_company","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>Request to assign company to Terminal by UUID using Company UUID.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","assign_company"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"ec33b7c0-367d-4141-a240-7b83ea08f1cc","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of company to be assigned.","type":"text"}]},"url":"/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 13:14:32 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"Assigning Terminal to Company is in progress\"\n}"},{"id":"814f15ba-fd15-4a10-946b-fad1c82e79df","name":"Failed. Company not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of company to be assigned.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_company"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 13:07:06 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Company not found\"\n}"},{"id":"0e1407dd-2b26-4bca-b406-0a4ae8013efa","name":"Failed. Terminal already has company","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of company to be assigned.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_company"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 13:11:58 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal is assigned to company already\"\n}"},{"id":"09c7aa9a-1d61-49b8-bc29-fbfb195792c1","name":"Failed. Terminal not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of company to be assigned.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_company"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 13:00:26 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal not found\"\n}"},{"id":"b1e5a7ec-85ef-4e5b-82bb-b8f11196fdef","name":"Failed. Terminal has plan","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"company_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of company to be assigned.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_company"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 13:17:40 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The terminal must don't have an allocated plan\"\n}"}],"_postman_id":"e7449f1f-ed77-4212-8e7e-6fbadad6610e"},{"name":"Terminal Assign Plan","id":"bb02c5e8-6479-4b37-9662-7f14ae8ecce0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"","description":"<p>UUID of the plan that will be assigned.</p>\n","type":"text"},{"key":"company_uuid","value":"","description":"<p>Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/{{uuid}}/assign_plan","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to assign plan for Terminal by UUID.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","assign_plan"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"9f662aac-3d3c-475c-900b-1de32de4a84a","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the plan that will be assigned.","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","type":"text","disabled":true}]},"url":"/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_plan"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 07:22:43 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"terminal\": {\n            \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n            \"terminal_id\": \"00000000-00000000-00000003\",\n            \"status\": {\n                \"id\": 3,\n                \"title\": \"active\"\n            },\n            \"terminal_type\": \"terminal_postpaid\",\n            \"plan\": {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test plan\"\n            },\n            \"operator\": {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test operator\"\n            },\n            \"company\": {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test company\"\n            },\n            \"manual_suspended_at\": {\n                \"unix_timestamp\": 1756884163,\n                \"human_time\": \"07:22:43\",\n                \"human_date\": \"2025-09-03\",\n                \"timezone\": \"UTC\"\n            },\n            \"details\": {\n                \"usage_kb\": 0\n            }\n        }\n    },\n    \"ack\": \"success\",\n    \"details\": \"Plan has been assigned\"\n}"},{"id":"1eb178ff-6f34-43c2-afc7-d8d7d0db8a99","name":"Failed. Company not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the plan that will be assigned.","type":"text"},{"key":"company_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_plan"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 07:17:26 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Company not found\"\n}"},{"id":"dd0099ab-6c3a-4cfd-9ff3-2f6500154ad1","name":"Failed. Different operators","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the plan that will be assigned.","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 13:29:18 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan and terminal have different operator\"\n}"},{"id":"810cbb08-7b17-4c07-95ca-19a62c84c35d","name":"Failed. Incorrect status","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the plan that will be assigned.","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 13:50:13 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal has incorrect status to perform this action.\"\n}"},{"id":"ab977d6c-b03c-46cd-86ca-424488e924b5","name":"Failed. Need to assign company","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the plan that will be assigned.","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 06:27:54 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"No company assigned to this Terminal. You need to provide company uuid for this case.\"\n}"},{"id":"7ace09fc-4524-46bc-9c5e-357b38318435","name":"Failed. Operator is unavailable","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the plan that will be assigned.","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 06:27:08 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is temporarily unavailable due to operator issues\"\n}"},{"id":"87bf001a-1dc5-4354-b6cc-64bf9b967fa1","name":"Failed. Plan is not suitable","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the plan that will be assigned.","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 07:15:13 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan is not suitable for this operation.\"\n}"},{"id":"593a5038-14e7-4f19-83cd-1a15a4df8c6b","name":"Failed. Terminal already has company","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the plan that will be assigned.","type":"text"},{"key":"company_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 06:40:50 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal is belongs to company\"\n}"},{"id":"cb058a1c-97e0-42ef-98a7-dbf5e2cdd66f","name":"Failed. Terminal already has plan","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the plan that will be assigned.","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 13:52:04 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal assigned to plan\"\n}"},{"id":"7d00aaa3-2c49-4fa5-922f-abeef1524d0c","name":"Failed. Terminal is in request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the plan that will be assigned.","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to SIM. Should be provided only if the SIM has not assigned company.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/assign_plan"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 13:51:08 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal 01000000-00000000-00000001 is already in the request.\"\n}"}],"_postman_id":"bb02c5e8-6479-4b37-9662-7f14ae8ecce0"},{"name":"Terminal Remove Label","id":"7c6182af-196d-4dbb-947b-f0e1de721010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"","description":"<p>UUID of label to be removed.</p>\n","type":"text"}]},"url":"{{base_path}}/terminal/{{uuid}}/remove_label","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to remove label from Terminal.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","remove_label"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"ed63f311-8d19-4d80-a89b-a55f2219a358","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of label to be removed.","type":"text"}]},"url":"/terminal/d96b825e-5894-4687-ad91-d9858d921902/remove_label"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:38:50 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Label \\\"Test 001\\\" has been unassigned\"\n}"},{"id":"4ead90e5-3d52-41a8-b209-ff1b839c0c12","name":"Failed. Label not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of label to be removed.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/remove_label"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:39:47 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Label Not Found\"\n}"},{"id":"dd46a877-551f-45bd-95fb-d52fa625f46d","name":"Failed. Terminal not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"label_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of label to be removed.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/remove_label"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:39:18 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal not found\"\n}"}],"_postman_id":"7c6182af-196d-4dbb-947b-f0e1de721010"},{"name":"Terminal Remove Rule","id":"cca675cf-e351-46b9-bb3a-35b80322ca54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"","description":"<p>UUID of rule to be removed.</p>\n","type":"text"}]},"url":"{{base_path}}/terminal/{{uuid}}/remove_rule","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to remove rule from Terminal.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","remove_rule"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"ef29ab66-fe72-4fc3-9881-d349696f8da3","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of rule to be removed.","type":"text"}]},"url":"/terminal/d96b825e-5894-4687-ad91-d9858d921902/remove_rule"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:56:57 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Rule \\\"Test 001\\\" has been unassigned\"\n}"},{"id":"23a3774f-6ba2-43c4-96e2-fb48b92e029f","name":"Failed. Rule not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of rule to be removed.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/remove_rule"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:54:18 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Rule not found\"\n}"},{"id":"d02e5134-6d8b-4c98-892b-45b5c288a113","name":"Failed. Terminal not found","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"rule_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of rule to be removed.","type":"text"}]},"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/remove_rule"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 02 Sep 2025 12:54:38 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal not found\"\n}"}],"_postman_id":"cca675cf-e351-46b9-bb3a-35b80322ca54"},{"name":"Terminal Unassign Company","id":"5250adac-842b-42dc-ac36-94d5e508a2b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"url":"{{base_path}}/terminal/{{uuid}}/unassign_company","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to unassign Company from Terminal.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","unassign_company"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"8cddd8d1-82d4-4bb8-8d3f-c00b83a44ca6","name":"Success","originalRequest":{"method":"PUT","header":[],"url":"/terminal/d96b825e-5894-4687-ad91-d9858d921902/unassign_company"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 07:24:56 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"Unassigning Terminal from Company is in progress\"\n}"},{"id":"0fda3d0b-d295-4eff-ae4f-98c317e0f5b3","name":"Failed. Terminal does not have company","originalRequest":{"method":"PUT","header":[],"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/unassign_company"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 07:25:16 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal is not assigned to a company\"\n}"},{"id":"dcda6cd2-cdb3-4fc8-a8e4-13f9a9549302","name":"Failed. Terminal has plan","originalRequest":{"method":"PUT","header":[],"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/unassign_company"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 07:23:59 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The terminal must don't have an allocated plan\"\n}"}],"_postman_id":"5250adac-842b-42dc-ac36-94d5e508a2b9"},{"name":"Terminal Update Note","id":"c59b9955-60b1-4a72-9657-a30f9fb9b7a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"note","value":"","description":"<p>Note to be related to Terminal. Up to 100 characters.</p>\n","type":"text"},{"key":"company_note","value":"","description":"<p>ORG LEVEL. Note to be related to Company Terminal. Up to 100 characters.</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/1fdba5c3-86c9-11f0-aac2-06447d89a21d/update_note","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to update Terminal note.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","1fdba5c3-86c9-11f0-aac2-06447d89a21d","update_note"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"d73e3057-67f3-437d-8244-3bdc576c97c2","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"note","value":"Test note","description":"Note to be related to Terminal. Up to 100 characters.","type":"text"},{"key":"company_note","value":"","description":"ORG LEVEL. Note to be related to Company Terminal. Up to 100 characters.","type":"text","disabled":true}]},"url":"/terminal/d96b825e-5894-4687-ad91-d9858d921902/update_note"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 07:26:46 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Note has been updated\"\n}"}],"_postman_id":"c59b9955-60b1-4a72-9657-a30f9fb9b7a4"},{"name":"Terminal Update Details","id":"cc61456f-8461-41be-a381-b9954bae8aef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{base_path}}/terminal/{{uuid}}/update_details","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to update Terminal details.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","update_details"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"34469efa-54d8-474b-aef1-df303cc9fc10","name":"Success","originalRequest":{"method":"POST","header":[],"url":"/terminal/d96b825e-5894-4687-ad91-d9858d921902/update_details"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 03 Sep 2025 12:43:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"Terminal Update Details is in progress\"\n}"},{"id":"ae5e3d77-fca8-4df9-ab69-f1d463fa1f14","name":"Failed. Action in progress","originalRequest":{"method":"POST","header":[],"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/update_details"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 03 Sep 2025 07:51:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal has Manual suspend action in progress. Try again after 2025-09-03 08:08:22\"\n}"},{"id":"e9806833-04f6-45cf-983c-5f1baab09db7","name":"Failed. Operator is unavailable","originalRequest":{"method":"POST","header":[],"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/update_details"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 12:48:26 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is temporarily unavailable due to operator issues. It will be available again when the connection with the operator is restored.\"\n}"},{"id":"85d36179-31bd-46d8-a37c-89df199a2fff","name":"Failed. Terminal has wrong status","originalRequest":{"method":"POST","header":[],"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/update_details"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 03 Sep 2025 12:46:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal has incorrect status to perform this action.\"\n}"},{"id":"ae36a214-5c2f-4323-ac9c-946ecf3ff944","name":"Failed. Terminal must have plan","originalRequest":{"method":"POST","header":[],"url":"{{base_path}}/terminal/d96b825e-5894-4687-ad91-d9858d921902/update_details"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 03 Sep 2025 12:45:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The terminal must have an allocated plan\"\n}"}],"_postman_id":"cc61456f-8461-41be-a381-b9954bae8aef"},{"name":"Terminal Cancel Request","id":"51aa1964-590d-4f7b-9030-d6b3ac9dfad1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"<p>optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.</p>\n","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"<p>optiona. Status that will be set for new Terminal.\nAllowed values:</p>\n<ul>\n<li>3 (Active). Available only for organization.</li>\n<li>4 (Suspended)\nONLY FOR ORGANIZATION LEVEL</li>\n</ul>\n","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"<p>optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL</p>\n","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"<p>optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL</p>\n","type":"text","disabled":true},{"key":"keep_company","value":"","description":"<p>optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL</p>\n","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"<p>optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.</p>\n","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"<p>optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.</p>\n","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"<p>optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/{{uuid}}/cancel_request","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to create Cancel Request for some Terminal.</p>\n<p><strong>Additional info about responses:</strong><br />- <strong>Plan required parameters</strong>: using the following parameters available only if Terminal has assigned plan: label_uuid[], keep_company, keep_company_note, keep_organization_note, keep_company_labels, tag_swap_ready.<br />- <strong>Restricted parameters for Company level</strong>: using the following parameters available only for Organization level: new_status_id, label_uuid[], keep_company, keep_organization_note, tag_swap_ready.<br />- <strong>Tag Swap ready not allowed</strong>: Terminal does not have MSISDN, operator does not have Swap Integration.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","cancel_request"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"0bf89bc8-02aa-44fa-853d-945df80aaf3e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 14:47:26 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Terminal Cancel request has been created\"\n}"},{"id":"6879ebac-6444-4364-8ffb-1674da2ff19f","name":"Failed. Deleted Terminal","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 15:03:09 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"You can't perform this action with deleted Terminal\"\n}"},{"id":"763cbc20-2149-4b97-968e-16a1ba199be0","name":"Failed. Incorrect new status id","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"1","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 14:57:18 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The selected new status id is invalid.\"\n}"},{"id":"92abf4b1-4881-44ac-b900-82de3ba78ed5","name":"Failed. Invalid date format","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"25-12-2025","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text"},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 14:58:00 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date does not match the format Y-m-d.\"\n}"},{"id":"fb9c0d77-9b0b-435a-980b-d5011b840545","name":"Failed. Label not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"f2429201-f4ca-4c43-8003-26ca329f8411","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 15:05:20 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Label Not Found\"\n}"},{"id":"26d74dd3-aa7e-49e6-894e-cb49700b9ab0","name":"Failed. Operator is unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 10 Sep 2025 15:07:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is temporarily unavailable due to operator issues\"\n}"},{"id":"60d3c4ec-9b8e-4bc2-b643-c0039acc8993","name":"Failed. Operator must have integration","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"3","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 15:08:52 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operator must have integration for this action\"\n}"},{"id":"8ac17cd3-bd6c-4af8-b8f0-2fcb8639109d","name":"Failed. Plan required parameters","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"true","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 15:16:45 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"To use 'tag_swap_ready' parameter, the plan must be assigned to the SIM card.\"\n}"},{"id":"2b5a5df2-a882-4771-b7f9-6d0e90c03c3d","name":"Failed. Restricted parameters for Company level","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"f2429201-f4ca-4c43-8003-26ca329f8411","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text"},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 14:59:59 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"'label_uuid' parameter is not allowed on Company level\"\n}"},{"id":"ddfbadec-711b-4dba-88c8-579a99f9704c","name":"Failed. Terminal already un request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 14:52:23 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"You can't perform action with Terminal in request\"\n}"},{"id":"e54c3226-ce81-4131-96be-c47833ed28e0","name":"Failed. Terminal has some action in progress","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 14:54:04 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal has Refresh details action in progress. Try again after 2025-09-10 15:13:36\"\n}"},{"id":"734fcad3-09c9-4cab-acf4-c4acb8432216","name":"Failed. Terminal has wrong status","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 10 Sep 2025 15:12:49 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"60"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal must be in active, suspended or not available status\"\n}"},{"id":"f89e1c16-b401-46a4-b439-39e3a008cf10","name":"Failed. Terminal not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"date","value":"","description":"optional. Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day or dont send this parameter.","type":"text","disabled":true},{"key":"new_status_id","value":"","description":"optiona. Status that will be set for new Terminal.\nAllowed values:\n - 3 (Active). Available only for organization.\n - 4 (Suspended)\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"tag_swap_ready","value":"","description":"optional. Marks new Terminal as Swap-Ready. \nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"label_uuid[]","value":"","description":"optional. UUID of label that will be assigned to new Terminal.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company","value":"","description":"optional. Indicates whether to keep company for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true},{"key":"keep_company_note","value":"","description":"optional.  Indicates whether to keep company note for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_company_labels","value":"","description":"optional. Indicates whether to keep company labels for a new Terminal.\nFor \"false\" leave does not send this parameter.","type":"text","disabled":true},{"key":"keep_organization_note","value":"","description":"optional. Indicates whether to keep organization note for a new Terminal.\nFor \"false\" leave does not send this parameter.\nONLY FOR ORGANIZATION LEVEL","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/f2429201-f4ca-4c43-8003-26ca329f8411/cancel_request"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Wed, 10 Sep 2025 14:56:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal not found\"\n}"}],"_postman_id":"51aa1964-590d-4f7b-9030-d6b3ac9dfad1"},{"name":"Terminal Activation Request","id":"4ccfaa66-359f-4aeb-8b05-c7b4ef3e0c85","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"","description":"<p>UUID of the plan for Terminal.</p>\n","type":"text"},{"key":"date","value":"","description":"<p>Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.</p>\n","type":"text"},{"key":"label_uuids","value":"","description":"<p>Optional. UUIDs of the labels. They will be assigned to Terminal.</p>\n","type":"text","disabled":true},{"key":"note","value":"","description":"<p>Optional. Note wrote by you. Omit it entirely to disable.</p>\n","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/{{uuid}}/activation_request","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to create Activation Request for some Terminal.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminal","{{uuid}}","activation_request"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"c714f8d8-4107-43fa-a3fc-6adbe6a5dd45","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:17:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": false,\n    \"details\": \"Terminal Activation request has been created\"\n}"},{"id":"3af964ac-7bb8-41b5-9f0b-6990a56a72cb","name":"Failed. Deleted plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:18:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"You can't perform bulk action with deleted plan\"\n}"},{"id":"0efeb300-272e-4893-bcb1-bbdecf57884d","name":"Failed. Deleted terminal","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:19:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"You can't perform bulk action with deleted terminal\"\n}"},{"id":"a4e5abc9-cc24-495c-963a-9f212587cf87","name":"Failed. Missed date parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text","disabled":true},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:12:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date field is required.\"\n}"},{"id":"67a29298-2cdb-481b-82fb-a9814e87b52a","name":"Failed. Missed plan uuid parameter","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"","description":"UUID of the plan for Terminal.","type":"text","disabled":true},{"key":"date","value":"","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text","disabled":true},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:12:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan uuid field is required.\"\n}"},{"id":"5d96f38c-c8ab-47a1-bd70-88afe364863e","name":"Failed. Operator is unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:21:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is temporarily unavailable due to operator issues\"\n}"},{"id":"7d364f8d-83a3-4f96-9038-9749c01a93ee","name":"Failed. Plan and Company have different currencies","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:25:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The plan must have the same currency as the company\"\n}"},{"id":"35b1cd17-be12-40f2-b557-670b50fa566d","name":"Failed. Plan and Terminal have different operator","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:16:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan and terminal have different operator\"\n}"},{"id":"86603ba7-e6eb-441c-82fb-d1a44bae9efa","name":"Failed. Plan not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:17:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Plan not found\"\n}"},{"id":"81717b41-5357-4bb7-9d37-3a906e37cea3","name":"Failed. Previous date","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-08-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:13:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date must be a date after or equal to today.\"\n}"},{"id":"16936a70-82e7-4919-a72c-aa252a2b5f54","name":"Failed. Terminal not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Not Found","code":404,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:19:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal not found\"\n}"},{"id":"d4ad3af0-af3a-4b94-a0b8-3ddce15605a4","name":"Failed. Terminal already has plan","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:14:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This Terminal already has a plan assigned.\"\n}"},{"id":"1d01df1a-817f-456c-8240-edea4b546818","name":"Failed. Terminal has wrong status","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:23:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Terminal has incorrect status to perform this action.\"\n}"},{"id":"d6230c84-f7ec-484b-8181-9a997f2dfd2a","name":"Failed. Terminal is already in request","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"2025-10-01","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:24:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Should not be in the request\"\n}"},{"id":"12ec5cc7-fd85-46cf-af16-ff4c2313dbb5","name":"Failed. Wrong date format","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"plan_uuid","value":"de76110c-e0d2-4fcc-bce9-b3c9aea79542","description":"UUID of the plan for Terminal.","type":"text"},{"key":"date","value":"20-10-2025","description":"Format: Y-m-d. Date when operation will be processed. For immediatelly process use current day.","type":"text"},{"key":"label_uuids","value":"","description":"Optional. UUIDs of the labels. They will be assigned to Terminal.","type":"text","disabled":true},{"key":"note","value":"","description":"Optional. Note wrote by you. Omit it entirely to disable.","type":"text","disabled":true}]},"url":"{{base_path}}/terminal/208da8a4-2c8f-47ca-b378-d3b8c5a7d6ab/activation_request"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[{"key":"Date","value":"Tue, 23 Sep 2025 09:13:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The date does not match the format Y-m-d.\"\n}"}],"_postman_id":"4ccfaa66-359f-4aeb-8b05-c7b4ef3e0c85"}],"id":"c2acebdd-e207-4879-b5d2-fd7ed1d0a10f","description":"<p><strong>Single Terminal API Endpoints</strong> always interact with a specific <strong>Terminal</strong>. Endpoints in this category include the <strong>[plan_uuid]</strong> parameter as a required part of the URL.</p>\n<p>Replace this parameter to specific <strong>Terminal UUID</strong>.</p>\n","_postman_id":"c2acebdd-e207-4879-b5d2-fd7ed1d0a10f","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}},{"name":"Terminals API Endpoints","item":[{"name":"Terminals Available Labels","id":"595ffa0e-1b62-4782-a211-b23a43264736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/terminals/available_labels","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to fetch available labels for Terminals.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminals","available_labels"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"name\" by def.\nAllowed values: \"name\", \"uuid\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among Label Name field</p>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[{"id":"3d2cf146-f3de-4e37-a0fb-7e49ef18b2ab","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/terminals/available_labels","path":["terminals","available_labels"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":null,"description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"name\" by def.\nAllowed values: \"name\", \"uuid\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among Label Name field","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 14:25:35 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"labels\": [\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test label 1\"\n            },\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test label 2\"\n            },\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test label 3\"\n            },\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test label 4\"\n            },\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test label 5\"\n            },\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test label 6\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 6,\n    \"current_page\": 1,\n    \"total\": 6\n}"}],"_postman_id":"595ffa0e-1b62-4782-a211-b23a43264736"},{"name":"Terminals Available Rules","id":"620ffae5-c43c-4a9e-874e-bcb36256cc8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{base_path}}/terminals/available_rules","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to fetch available rules for Terminals.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminals","available_rules"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"amount\" by def.\nAllowed values: \"name\", \"uuid\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among Rule Name field</p>\n","type":"text/plain"},"key":"search","value":""}],"variable":[]}},"response":[{"id":"94725a46-74c8-4f1c-96b8-2fbfabcfaa7d","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"/terminals/available_rules","path":["terminals","available_rules"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":null,"description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"amount\" by def.\nAllowed values: \"name\", \"uuid\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among Rule Name field","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 14:35:07 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"data\": {\n        \"rules\": [\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test rule 1\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"type\": \"terminal_postpaid\",\n                \"condition\": {\n                    \"key\": \"Data used\",\n                    \"created_by\": \"Test user\"\n                }\n            },\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test rule 2\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"type\": \"terminal_postpaid\",\n                \"condition\": {\n                    \"key\": \"Data used\",\n                    \"created_by\": \"Test user\"\n                }\n            },\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"name\": \"Test rule 3\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"type\": \"terminal_postpaid\",\n                \"condition\": {\n                    \"key\": \"Data used\",\n                    \"created_by\": \"Test user\"\n                }\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 3,\n    \"current_page\": 1,\n    \"total\": 3\n}"}],"_postman_id":"620ffae5-c43c-4a9e-874e-bcb36256cc8f"},{"name":"Terminals Page","id":"59688408-90d0-40f3-8b83-71bbbc7f80bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"tokenName","value":"<token-name>"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"},{"key":"authUrl","value":"<auth-url>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_path}}/terminals/page","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code> <code>🏛 COMPANIES</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to fetch Terminal page using filtration, search and sorting.</p>\n","urlObject":{"path":["terminals","page"],"host":["{{base_path}}"],"query":[{"disabled":true,"description":{"content":"<p>optional, \"1\" by def.</p>\n","type":"text/plain"},"key":"current_page","value":""},{"disabled":true,"description":{"content":"<p>optional, count of selected items, \"10\" by def. Max 100 items.</p>\n","type":"text/plain"},"key":"page_size","value":""},{"disabled":true,"description":{"content":"<p>optional, \"terminal_id\" by def.\nAllowed values: \"terminal_id\", \"plan_name\", \"status\", \"kit_serial_number\", \"dish_serial_number\", \"service_id\", \"uuid\", \"terminal_type\", \"note\"</p>\n","type":"text/plain"},"key":"sort_field","value":""},{"disabled":true,"description":{"content":"<p>optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"</p>\n","type":"text/plain"},"key":"sort_order","value":""},{"disabled":true,"description":{"content":"<p>optional, searches for the entered fragment among fields such as:</p>\n<ul>\n<li>Terminal UUID</li>\n<li>Terminal ID</li>\n<li>Terminal KIT Serial number</li>\n<li>Terminal DISH Serial number</li>\n<li>Terminal Service ID</li>\n<li>Plan name</li>\n</ul>\n","type":"text/plain"},"key":"search","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by exact match of the Rule Name that assigned to Terminals</p>\n","type":"text/plain"},"key":"assigned_rule_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by exact match of the Rule UUID that assigned to Terminals</p>\n","type":"text/plain"},"key":"assigned_rule_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Company name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"company_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Company UUID, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"company_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by an exact match with the Terminal DISH serial number, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"dish_serial_number","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by an exact match with the Terminal KIT serial number, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"kit_serial_number","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Label name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"label_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Label UUID, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"label_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Operator Type name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"operator_type_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Operator Type UUID, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"operator_type_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Operator UUID, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"operator_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by an exact match with the Terminal Plan UUID, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"plan_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by an exact match with the Terminal Plan name, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"plan_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by an exact match with the Terminal Service ID, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"service_id","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of theTerminal Status ID, filtering by multiple values separated by commas is allowed.\nAllowed values:</p>\n<ul>\n<li>1 - Pending</li>\n<li>2 - Invalid</li>\n<li>3 - Active</li>\n<li>4 - Suspended</li>\n<li>7 - Available</li>\n</ul>\n","type":"text/plain"},"key":"status_id","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page  by exact match of the Terminal Status Title, filtering by multiple values separated by commas is allowed.\nAllowed values:</p>\n<ul>\n<li>pending - Pending</li>\n<li>invalid - Invalid</li>\n<li>active - Active</li>\n<li>suspended - Suspended</li>\n<li>available - Available</li>\n</ul>\n","type":"text/plain"},"key":"status_title","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by an exact match with the Terminal ID, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"terminal_id","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by exact match of the Rule Name that unassigned from Terminals</p>\n","type":"text/plain"},"key":"unassigned_rule_name","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by exact match of the Rule UUID that unassigned from Terminals</p>\n","type":"text/plain"},"key":"unassigned_rule_uuid","value":""},{"disabled":true,"description":{"content":"<p>optional, filters the page by an exact match with the Terminal UUID, filtering by multiple values separated by commas is allowed</p>\n","type":"text/plain"},"key":"uuid","value":""}],"variable":[]}},"response":[{"id":"baaf9d82-bc77-4092-8778-91b6e71a368a","name":"Success","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/terminals/page","host":["{{base_path}}"],"path":["terminals","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"terminal_id\" by def.\nAllowed values: \"terminal_id\", \"plan_name\", \"status\", \"kit_serial_number\", \"dish_serial_number\", \"service_id\", \"uuid\", \"terminal_type\", \"note\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Terminal UUID\n - Terminal ID\n - Terminal KIT Serial number\n - Terminal DISH Serial number\n - Terminal Service ID\n - Plan name","disabled":true},{"key":"assigned_rule_name","value":"","description":"optional, filters the page by exact match of the Rule Name that assigned to Terminals","disabled":true},{"key":"assigned_rule_uuid","value":"","description":"optional, filters the page by exact match of the Rule UUID that assigned to Terminals","disabled":true},{"key":"company_name","value":"","description":"optional, filters the page  by exact match of the Company name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"company_uuid","value":"","description":"optional, filters the page  by exact match of the Company UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"dish_serial_number","value":"","description":"optional, filters the page by an exact match with the Terminal DISH serial number, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"kit_serial_number","value":"","description":"optional, filters the page by an exact match with the Terminal KIT serial number, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"label_name","value":"","description":"optional, filters the page  by exact match of the Label name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"label_uuid","value":"","description":"optional, filters the page  by exact match of the Label UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"operator_type_name","value":"","description":"optional, filters the page  by exact match of the Operator Type name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"operator_type_uuid","value":"","description":"optional, filters the page  by exact match of the Operator Type UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"operator_uuid","value":"","description":"optional, filters the page  by exact match of the Operator UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_uuid","value":"","description":"optional, filters the page by an exact match with the Terminal Plan UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_name","value":"","description":"optional, filters the page by an exact match with the Terminal Plan name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"service_id","value":"","description":"optional, filters the page by an exact match with the Terminal Service ID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"status_id","value":"","description":"optional, filters the page  by exact match of theTerminal Status ID, filtering by multiple values separated by commas is allowed.\nAllowed values:\n - 1 - Pending\n - 2 - Invalid\n - 3 - Active\n - 4 - Suspended\n - 7 - Available","disabled":true},{"key":"status_title","value":"","description":"optional, filters the page  by exact match of the Terminal Status Title, filtering by multiple values separated by commas is allowed.\nAllowed values:\n - pending - Pending\n - invalid - Invalid\n - active - Active\n - suspended - Suspended\n - available - Available","disabled":true},{"key":"terminal_id","value":"","description":"optional, filters the page by an exact match with the Terminal ID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"unassigned_rule_name","value":"","description":"optional, filters the page by exact match of the Rule Name that unassigned from Terminals","disabled":true},{"key":"unassigned_rule_uuid","value":"","description":"optional, filters the page by exact match of the Rule UUID that unassigned from Terminals","disabled":true},{"key":"uuid","value":"","description":"optional, filters the page by an exact match with the Terminal UUID, filtering by multiple values separated by commas is allowed","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 14:41:21 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"terminals\": [\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"terminal_id\": \"00000000-00000000-00000001\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"terminal_type\": \"terminal_postpaid\",\n                \"plan\": {\n                    \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                    \"name\": \"Test plan\"\n                },\n                \"operator\": {\n                    \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                    \"name\": \"Test operator\"\n                },\n                \"company\": {\n                    \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                    \"name\": \"Test company\"\n                },\n                \"manual_suspended_at\": {\n                    \"unix_timestamp\": 1756883942,\n                    \"human_time\": \"07:19:02\",\n                    \"human_date\": \"2025-09-03\",\n                    \"timezone\": \"UTC\"\n                },\n                \"details\": {\n                    \"usage_kb\": 0\n                }\n            },\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"terminal_id\": \"00000000-00000000-00000002\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"terminal_type\": \"terminal_postpaid\",\n                \"operator\": {\n                    \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                    \"name\": \"Test operator\"\n                },\n                \"company\": {\n                    \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                    \"name\": \"Test company\"\n                },\n                \"manual_suspended_at\": {\n                    \"unix_timestamp\": 1756884062,\n                    \"human_time\": \"07:21:02\",\n                    \"human_date\": \"2025-09-03\",\n                    \"timezone\": \"UTC\"\n                }\n            },\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"terminal_id\": \"00000000-00000000-00000003\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"terminal_type\": \"terminal_postpaid\",\n                \"operator\": {\n                    \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                    \"name\": \"Test operator\"\n                },\n                \"note\": \"Test note\"\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 3,\n    \"current_page\": 1,\n    \"total\": 3\n}"},{"id":"958ac984-0c80-465c-9afd-abe9a673c60e","name":"Success. Filter by Terminal ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_path}}/terminals/page?terminal_id=00000000-00000000-00000001","host":["{{base_path}}"],"path":["terminals","page"],"query":[{"key":"current_page","value":"","description":"optional, \"1\" by def.","disabled":true},{"key":"page_size","value":"","description":"optional, count of selected items, \"10\" by def. Max 100 items.","disabled":true},{"key":"sort_field","value":"","description":"optional, \"terminal_id\" by def.\nAllowed values: \"terminal_id\", \"plan_name\", \"status\", \"kit_serial_number\", \"dish_serial_number\", \"service_id\", \"uuid\", \"terminal_type\", \"note\"","disabled":true},{"key":"sort_order","value":"","description":"optional, \"asc\" by def.\nAllowed values: \"asc\", \"desc\"","disabled":true},{"key":"search","value":"","description":"optional, searches for the entered fragment among fields such as:\n - Terminal UUID\n - Terminal ID\n - Terminal KIT Serial number\n - Terminal DISH Serial number\n - Terminal Service ID\n - Plan name","disabled":true},{"key":"assigned_rule_name","value":"","description":"optional, filters the page by exact match of the Rule Name that assigned to Terminals","disabled":true},{"key":"assigned_rule_uuid","value":"","description":"optional, filters the page by exact match of the Rule UUID that assigned to Terminals","disabled":true},{"key":"company_name","value":"","description":"optional, filters the page  by exact match of the Company name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"company_uuid","value":"","description":"optional, filters the page  by exact match of the Company UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"dish_serial_number","value":"","description":"optional, filters the page by an exact match with the Terminal DISH serial number, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"kit_serial_number","value":"","description":"optional, filters the page by an exact match with the Terminal KIT serial number, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"label_name","value":"","description":"optional, filters the page  by exact match of the Label name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"label_uuid","value":"","description":"optional, filters the page  by exact match of the Label UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"operator_type_name","value":"","description":"optional, filters the page  by exact match of the Operator Type name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"operator_type_uuid","value":"","description":"optional, filters the page  by exact match of the Operator Type UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"operator_uuid","value":"","description":"optional, filters the page  by exact match of the Operator UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_uuid","value":"","description":"optional, filters the page by an exact match with the Terminal Plan UUID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"plan_name","value":"","description":"optional, filters the page by an exact match with the Terminal Plan name, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"service_id","value":"","description":"optional, filters the page by an exact match with the Terminal Service ID, filtering by multiple values separated by commas is allowed","disabled":true},{"key":"status_id","value":"","description":"optional, filters the page  by exact match of theTerminal Status ID, filtering by multiple values separated by commas is allowed.\nAllowed values:\n - 1 - Pending\n - 2 - Invalid\n - 3 - Active\n - 4 - Suspended\n - 7 - Available","disabled":true},{"key":"status_title","value":"","description":"optional, filters the page  by exact match of the Terminal Status Title, filtering by multiple values separated by commas is allowed.\nAllowed values:\n - pending - Pending\n - invalid - Invalid\n - active - Active\n - suspended - Suspended\n - available - Available","disabled":true},{"key":"terminal_id","value":"00000000-00000000-00000001","description":"optional, filters the page by an exact match with the Terminal ID, filtering by multiple values separated by commas is allowed"},{"key":"unassigned_rule_name","value":"","description":"optional, filters the page by exact match of the Rule Name that unassigned from Terminals","disabled":true},{"key":"unassigned_rule_uuid","value":"","description":"optional, filters the page by exact match of the Rule UUID that unassigned from Terminals","disabled":true},{"key":"uuid","value":"","description":"optional, filters the page by an exact match with the Terminal UUID, filtering by multiple values separated by commas is allowed","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 14:42:10 GMT"},{"key":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"terminals\": [\n            {\n                \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                \"terminal_id\": \"00000000-00000000-00000001\",\n                \"status\": {\n                    \"id\": 3,\n                    \"title\": \"active\"\n                },\n                \"terminal_type\": \"terminal_postpaid\",\n                \"plan\": {\n                    \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                    \"name\": \"Test plan\"\n                },\n                \"operator\": {\n                    \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                    \"name\": \"Test operator\"\n                },\n                \"company\": {\n                    \"uuid\": \"d96b825e-5894-4687-ad91-d9858d921902\",\n                    \"name\": \"Test company\"\n                },\n                \"manual_suspended_at\": {\n                    \"unix_timestamp\": 1756883942,\n                    \"human_time\": \"07:19:02\",\n                    \"human_date\": \"2025-09-03\",\n                    \"timezone\": \"UTC\"\n                },\n                \"details\": {\n                    \"usage_kb\": 0\n                }\n            }\n        ]\n    },\n    \"from_item\": 1,\n    \"to_item\": 1,\n    \"current_page\": 1,\n    \"total\": 1\n}"}],"_postman_id":"59688408-90d0-40f3-8b83-71bbbc7f80bc"},{"name":"Terminals Upload","id":"298e2505-78ef-4956-98ba-136d1e49bf39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"operator_uuid","value":"","description":"<p>UUID of the operator that will be assigned to Terminals.</p>\n","type":"text"},{"key":"terminal_ids[]","value":"","description":"<p>IDs of the terminals to be upload. Format: XXXXXXXX-XXXXXXXX-XXXXXXXX</p>\n","type":"text"},{"key":"company_uuid","value":"","description":"<p>Optional. UUID of the company that will be assigned to Terminals.</p>\n","type":"text"}]},"url":"{{base_path}}/terminals/upload","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Account Levels Support</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>🌐 ORGANIZATIONS</code></td>\n</tr>\n</tbody>\n</table>\n</div><p>This API Endpoint is used to upload Terminals.</p>\n","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}},"urlObject":{"path":["terminals","upload"],"host":["{{base_path}}"],"query":[],"variable":[]}},"response":[{"id":"783aeace-c5be-4bec-a2c5-b5cafeb44733","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"operator_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the operator that will be assigned to Terminals.","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000-00000000","description":"IDs of the terminals to be upload. Format: XXXXXXXX-XXXXXXXX-XXXXXXXX","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000-00000001","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to Terminals.","type":"text","disabled":true}]},"url":"{{base_path}}/terminals/upload"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 13:36:44 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"success\",\n    \"is_async\": true,\n    \"details\": \"Terminal(s) uploading is in progress\"\n}"},{"id":"72a50ff5-9cdb-4dfd-8153-426cf1d822bc","name":"Failed. Company not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"operator_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the operator that will be assigned to Terminals.","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000-00000000","description":"IDs of the terminals to be upload. Format: XXXXXXXX-XXXXXXXX-XXXXXXXX","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000-00000001","type":"text"},{"key":"company_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"Optional. UUID of the company that will be assigned to Terminals.","type":"text"}]},"url":"{{base_path}}/terminals/upload"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 13:43:02 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Company not found\"\n}"},{"id":"af654083-9891-47de-a169-45fb8020b995","name":"Failed. Invalid Terminal ID format","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"operator_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the operator that will be assigned to Terminals.","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000","description":"IDs of the terminals to be upload. Format: XXXXXXXX-XXXXXXXX-XXXXXXXX","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000-00000001","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to Terminals.","type":"text","disabled":true}]},"url":"{{base_path}}/terminals/upload"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 13:40:33 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The terminal ID format is invalid.\"\n}"},{"id":"149a60cb-13cc-47d5-94cb-007fa08007c6","name":"Failed. Operator is not integrated for terminals","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"operator_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the operator that will be assigned to Terminals.","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000-00000000","description":"IDs of the terminals to be upload. Format: XXXXXXXX-XXXXXXXX-XXXXXXXX","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000-00000001","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to Terminals.","type":"text","disabled":true}]},"url":"{{base_path}}/terminals/upload"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 13:39:18 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"The operator integration is not available for terminals.\"\n}"},{"id":"737a52af-6f37-44ab-b510-bc2e321da331","name":"Failed. Operator is unavailable","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"operator_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the operator that will be assigned to Terminals.","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000","description":"IDs of the terminals to be upload. Format: XXXXXXXX-XXXXXXXX-XXXXXXXX","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000-00000001","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to Terminals.","type":"text","disabled":true}]},"url":"{{base_path}}/terminals/upload"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 13:41:08 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Server","value":"Apache"},{"key":"Vary","value":"Authorization"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"X-Content-Type-Options","value":"nosniff"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"This action is temporarily unavailable due to operator issues\"\n}"},{"id":"2b9beeec-6126-4c99-8472-b9f04fbda53e","name":"Failed. Operator not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"operator_uuid","value":"d96b825e-5894-4687-ad91-d9858d921902","description":"UUID of the operator that will be assigned to Terminals.","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000-00000000","description":"IDs of the terminals to be upload. Format: XXXXXXXX-XXXXXXXX-XXXXXXXX","type":"text"},{"key":"terminal_ids[]","value":"00000000-00000000-00000001","type":"text"},{"key":"company_uuid","value":"","description":"Optional. UUID of the company that will be assigned to Terminals.","type":"text","disabled":true}]},"url":"{{base_path}}/terminals/upload"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 03 Sep 2025 13:38:03 GMT"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=120"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Vary","value":"Authorization"},{"key":"Server","value":"Apache"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Content-Encoding","value":"br"}],"cookie":[],"responseTime":null,"body":"{\n    \"ack\": \"fail\",\n    \"details\": \"Operator not found\"\n}"}],"_postman_id":"298e2505-78ef-4956-98ba-136d1e49bf39"}],"id":"48fbf9f3-b7d3-4a33-a8be-412e7c770a40","description":"<p>Endpoints in this category operate on <strong>collections of Terminals</strong>. They don’t require an individual entity identifier in the URL.</p>\n","_postman_id":"48fbf9f3-b7d3-4a33-a8be-412e7c770a40","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}}],"id":"892124d1-1031-464d-9f06-3a4a792d052a","_postman_id":"892124d1-1031-464d-9f06-3a4a792d052a","description":"","auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]},"isInherited":true,"source":{"_postman_id":"793a1595-4dff-479f-8b38-e7a18e66ff92","id":"793a1595-4dff-479f-8b38-e7a18e66ff92","name":"Platform API v3","type":"collection"}}}],"auth":{"type":"oauth2","oauth2":{"basicConfig":[],"advancedConfig":[{"key":"tokenName","value":"<token-name>"},{"key":"client_authentication","value":"<client_authentication>"},{"key":"clientSecret","value":"{{client_secret}}"},{"key":"clientId","value":"{{client_id}}"},{"key":"accessTokenUrl","value":"<access-token-url>"},{"key":"grant_type","value":"<grant_type>"}]}},"event":[{"listen":"prerequest","script":{"id":"41b18f82-e9e6-4c4d-8e27-6f3fecffca9f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9a3d407b-db08-4737-9988-cbac41f9fc33","type":"text/javascript","exec":[""]}}],"variable":[{"key":"sim_category","value":"/sim","type":"string"},{"key":"sims_category","value":"/sims","type":"string"},{"key":"end_user_category","value":"/end_user","type":"string"},{"key":"end_users_category","value":"/end_users","type":"string"},{"key":"plans_category","value":"/plans","type":"string"}]}