{ "opencollection": "1.0.0", "info": { "name": "Koyeb Rest activity Credentials API", "version": "1.0.0" }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "List credentials", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/credentials", "params": [ { "name": "type", "value": "", "type": "query", "description": "(Optional) A filter for type" }, { "name": "name", "value": "", "type": "query", "description": "(Optional) A filter for name" }, { "name": "organization_id", "value": "", "type": "query", "description": "(Optional) Filter for an organization" }, { "name": "user_id", "value": "", "type": "query", "description": "(Optional) Filter for an user" }, { "name": "limit", "value": "", "type": "query", "description": "(Optional) The number of items to return" }, { "name": "offset", "value": "", "type": "query", "description": "(Optional) The offset in the list of item to return" } ] }, "docs": "List credentials" }, { "info": { "name": "Create credential", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/credentials" }, "docs": "Create credential" }, { "info": { "name": "Get credential", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/credentials/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get credential" }, { "info": { "name": "Update credential", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/v1/credentials/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "update_mask", "value": "", "type": "query" } ] }, "docs": "Update credential" }, { "info": { "name": "Update credential", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/v1/credentials/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "update_mask", "value": "", "type": "query" } ] }, "docs": "Update credential" }, { "info": { "name": "Delete credential", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/credentials/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete credential" } ] } ], "bundled": true }