{ "opencollection": "1.0.0", "info": { "name": "GlitchTip Accept Instance License API", "version": "1.0.0" }, "items": [ { "info": { "name": "Instance License", "type": "folder" }, "items": [ { "info": { "name": "Get Instance License", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/instance-license/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Instance License" }, { "info": { "name": "Get Support Link", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/instance-license/support-link/", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Support Link" } ] } ], "bundled": true }