{ "opencollection": "1.0.0", "info": { "name": "Particle Cloud Access Tokens Clients API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clients", "type": "folder" }, "items": [ { "info": { "name": "List OAuth clients", "type": "http" }, "http": { "method": "GET", "url": "https://api.particle.io/v1/clients" }, "docs": "List OAuth clients" }, { "info": { "name": "Create an OAuth client", "type": "http" }, "http": { "method": "POST", "url": "https://api.particle.io/v1/clients", "body": { "type": "json", "data": "{}" } }, "docs": "Create an OAuth client" }, { "info": { "name": "Update an OAuth client", "type": "http" }, "http": { "method": "PUT", "url": "https://api.particle.io/v1/clients/:clientId", "params": [ { "name": "clientId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an OAuth client" }, { "info": { "name": "Delete an OAuth client", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.particle.io/v1/clients/:clientId", "params": [ { "name": "clientId", "value": "", "type": "path" } ] }, "docs": "Delete an OAuth client" } ] } ], "bundled": true }