{ "opencollection": "1.0.0", "info": { "name": "SMSAPI REST 2FA Short URLs API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Short URLs", "type": "folder" }, "items": [ { "info": { "name": "List cut.li short links.", "type": "http" }, "http": { "method": "GET", "url": "https://api.smsapi.com/short_urls/links" }, "docs": "List cut.li short links." }, { "info": { "name": "Create a cut.li short link.", "type": "http" }, "http": { "method": "POST", "url": "https://api.smsapi.com/short_urls/links", "body": { "type": "json", "data": "{}" } }, "docs": "Create a cut.li short link." } ] } ], "bundled": true }