{ "opencollection": "1.0.0", "info": { "name": "LISNR Portal API (observed) Accounts API Tokens API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "API Tokens", "type": "folder" }, "items": [ { "info": { "name": "List API tokens for an application", "type": "http" }, "http": { "method": "GET", "url": "https://api.lisnr.com/v2/apps/:id/api-tokens", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "List API tokens for an application" }, { "info": { "name": "Create an API token for an application", "type": "http" }, "http": { "method": "POST", "url": "https://api.lisnr.com/v2/apps/:id/api-tokens", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "API tokens authorize calls to the Tones Service API on behalf of a LISNR application." }, { "info": { "name": "Delete an API token", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lisnr.com/v2/apps/:id/api-tokens/:token_id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "token_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Delete an API token" } ] } ], "bundled": true }