{ "opencollection": "1.0.0", "info": { "name": "Ticket Tailor Check-ins Utility API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Utility", "type": "folder" }, "items": [ { "info": { "name": "Ping", "type": "http" }, "http": { "method": "GET", "url": "https://api.tickettailor.com/v1/ping" }, "docs": "Simple connectivity/authentication check." } ] } ], "bundled": true }