{ "opencollection": "1.0.0", "info": { "name": "Particle Cloud Access Tokens API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Access Tokens", "type": "folder" }, "items": [ { "info": { "name": "Delete all active tokens for the user", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.particle.io/v1/access_tokens" }, "docs": "Delete all active tokens for the user" }, { "info": { "name": "Get information about the current access token", "type": "http" }, "http": { "method": "GET", "url": "https://api.particle.io/v1/access_tokens/current" }, "docs": "Get information about the current access token" }, { "info": { "name": "Delete the current access token", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.particle.io/v1/access_tokens/current" }, "docs": "Delete the current access token" }, { "info": { "name": "Delete a specific token", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.particle.io/v1/access_tokens/:token", "params": [ { "name": "token", "value": "", "type": "path" } ] }, "docs": "Delete a specific token" } ] } ], "bundled": true }