{ "opencollection": "1.0.0", "info": { "name": "Truphone (1GLOBAL) IoT Portal Connectivity Organization API", "version": "2.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "List tags", "type": "http" }, "http": { "method": "GET", "url": "https://iot.truphone.com/api/v2.0/tags" }, "docs": "List the organization's SIM tags." }, { "info": { "name": "Create a tag", "type": "http" }, "http": { "method": "POST", "url": "https://iot.truphone.com/api/v2.0/tags", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new tag for organizing SIM cards." } ] } ], "bundled": true }