{ "opencollection": "1.0.0", "info": { "name": "GlitchTip Accept Api Tokens API", "version": "1.0.0" }, "items": [ { "info": { "name": "Api Tokens", "type": "folder" }, "items": [ { "info": { "name": "List Api Tokens", "type": "http" }, "http": { "method": "GET", "url": "https://app.glitchtip.com/api/0/api-tokens/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "The pagination cursor value." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "List Api Tokens" }, { "info": { "name": "Create Api Token", "type": "http" }, "http": { "method": "POST", "url": "https://app.glitchtip.com/api/0/api-tokens/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Create Api Token" }, { "info": { "name": "Delete Api Token", "type": "http" }, "http": { "method": "DELETE", "url": "https://app.glitchtip.com/api/0/api-tokens/:token_id/", "params": [ { "name": "token_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Delete Api Token" } ] } ], "bundled": true }