{ "opencollection": "1.0.0", "info": { "name": "Reclaim account-time-schemes OAuth 2.0 Client Management API", "version": "0.1" }, "items": [ { "info": { "name": "OAuth 2.0 Client Management", "type": "folder" }, "items": [ { "info": { "name": "listClients", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/oauth2/clients" } }, { "info": { "name": "createClient", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/oauth2/clients", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getClient", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/oauth2/clients/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "updateClient", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/oauth2/clients/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "deleteClient", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/oauth2/clients/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "resetSecret", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/oauth2/clients/:id/reset-secret", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }