{ "opencollection": "1.0.0", "info": { "name": "Confluent Cloud REST API (selected) API Keys Service Accounts API", "version": "2.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Service Accounts", "type": "folder" }, "items": [ { "info": { "name": "List service accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.confluent.cloud/iam/v2/service-accounts", "params": [ { "name": "page_size", "value": "", "type": "query" }, { "name": "page_token", "value": "", "type": "query" } ] }, "docs": "List service accounts" }, { "info": { "name": "Create a service account", "type": "http" }, "http": { "method": "POST", "url": "https://api.confluent.cloud/iam/v2/service-accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a service account" }, { "info": { "name": "Get a service account", "type": "http" }, "http": { "method": "GET", "url": "https://api.confluent.cloud/iam/v2/service-accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a service account" }, { "info": { "name": "Delete a service account", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.confluent.cloud/iam/v2/service-accounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a service account" } ] } ], "bundled": true }