{ "opencollection": "1.0.0", "info": { "name": "Axiom REST Annotations Tokens API", "version": "1.0.0" }, "items": [ { "info": { "name": "Tokens", "type": "folder" }, "items": [ { "info": { "name": "List all API tokens", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/tokens" }, "docs": "List all API tokens" }, { "info": { "name": "Create API token", "type": "http" }, "http": { "method": "POST", "url": "https://api.axiom.co/tokens" }, "docs": "Create API token" }, { "info": { "name": "Retrieve API token", "type": "http" }, "http": { "method": "GET", "url": "https://api.axiom.co/tokens/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve API token" }, { "info": { "name": "Regenerate API token", "type": "http" }, "http": { "method": "PUT", "url": "https://api.axiom.co/tokens/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Regenerate API token" }, { "info": { "name": "Delete API token", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.axiom.co/tokens/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete API token" } ] } ], "bundled": true }