{ "opencollection": "1.0.0", "info": { "name": "Forward Networks: Complete Aliases Credentials API", "version": "26.6" }, "items": [ { "info": { "name": "Credentials", "type": "folder" }, "items": [ { "info": { "name": "Get all CLI credentials", "type": "http" }, "http": { "method": "GET", "url": "/api/networks/:networkId/cli-credentials", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Substitutes a system-generated identifier for each sensitive `password`." }, { "info": { "name": "Create a CLI credential", "type": "http" }, "http": { "method": "POST", "url": "/api/networks/:networkId/cli-credentials", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a CLI credential" }, { "info": { "name": "Create CLI credentials", "type": "http" }, "http": { "method": "PATCH", "url": "/api/networks/:networkId/cli-credentials", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The response contains the same credentials as the request, in the same order." }, { "info": { "name": "Get a CLI credential", "type": "http" }, "http": { "method": "GET", "url": "/api/networks/:networkId/cli-credentials/:credentialId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "credentialId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Substitutes a system-generated identifier for the sensitive `password`." }, { "info": { "name": "Update a CLI credential", "type": "http" }, "http": { "method": "PATCH", "url": "/api/networks/:networkId/cli-credentials/:credentialId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "credentialId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "All JSON properties in the request body are optional. Include only the properties you wish to\nchange." }, { "info": { "name": "Delete a CLI credential", "type": "http" }, "http": { "method": "DELETE", "url": "/api/networks/:networkId/cli-credentials/:credentialId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "credentialId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete a CLI credential" }, { "info": { "name": "Get all HTTP credentials", "type": "http" }, "http": { "method": "GET", "url": "/api/networks/:networkId/http-credentials", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Substitutes a system-generated identifier for each sensitive `password`." }, { "info": { "name": "Create an HTTP credential", "type": "http" }, "http": { "method": "POST", "url": "/api/networks/:networkId/http-credentials", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create an HTTP credential" }, { "info": { "name": "Create HTTP credentials", "type": "http" }, "http": { "method": "PATCH", "url": "/api/networks/:networkId/http-credentials", "params": [ { "name": "networkId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "The response contains the same credentials as the request, in the same order." }, { "info": { "name": "Get an HTTP credential", "type": "http" }, "http": { "method": "GET", "url": "/api/networks/:networkId/http-credentials/:credentialId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "credentialId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Substitutes a system-generated identifier for the sensitive `password`." }, { "info": { "name": "Update an HTTP credential", "type": "http" }, "http": { "method": "PATCH", "url": "/api/networks/:networkId/http-credentials/:credentialId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "credentialId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "All JSON properties in the request body are optional. Include only the properties you wish to\nchange." }, { "info": { "name": "Delete an HTTP credential", "type": "http" }, "http": { "method": "DELETE", "url": "/api/networks/:networkId/http-credentials/:credentialId", "params": [ { "name": "networkId", "value": "", "type": "path" }, { "name": "credentialId", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Delete an HTTP credential" } ] } ], "bundled": true }