{ "info": { "_postman_id": "20e96b4e-15ff-4bfe-8b06-3a51c10aa26e", "name": "OneSchema AWS Secrets Manager AWS Secrets Manager Accounts SFTP Accounts API", "description": "Configure AWS Secrets Manager account connections and managed secret references for use in Multi FileFeeds.\n\nContact Support:\n Name: OneSchema Support\n Email: support@oneschema.co", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:26:25.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "lastUpdatedBy": "35240", "uid": "35240-20e96b4e-15ff-4bfe-8b06-3a51c10aa26e" }, "item": [ { "name": "v0", "item": [ { "name": "sftp-accounts", "item": [ { "name": "{sftp-account-id}", "item": [ { "name": "Delete SFTP Account", "id": "3e19dcbc-9961-41ef-ae4f-05e6eb0dff5c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/sftp-accounts/:sftp-account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts", ":sftp-account-id" ], "variable": [ { "id": "5685ea01-c2bf-4f51-b3c1-a5eb440b78da", "key": "sftp-account-id", "value": "", "description": "(Required) The ID of the SFTP Account" } ] }, "description": "Delete a specific SFTP Account." }, "response": [ { "id": "1f720c2d-4cb1-4b75-bd13-341f18f01e1a", "name": "Successful response. The primary way to verify the request's success or failure is the response status code.\nIn a future API version this endpoint may not return any response body at all.", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v0/sftp-accounts/:sftp-account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts", ":sftp-account-id" ], "variable": [ { "key": "sftp-account-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\"\n}", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-1f720c2d-4cb1-4b75-bd13-341f18f01e1a" }, { "id": "5d1e03bc-88f4-4896-b43c-231ad3a0d51a", "name": "Bad request", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v0/sftp-accounts/:sftp-account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts", ":sftp-account-id" ], "variable": [ { "key": "sftp-account-id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-5d1e03bc-88f4-4896-b43c-231ad3a0d51a" } ], "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-3e19dcbc-9961-41ef-ae4f-05e6eb0dff5c" }, { "name": "Get SFTP Account", "id": "456acd6a-bf41-4e78-a40f-b2d2827a8791", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/sftp-accounts/:sftp-account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts", ":sftp-account-id" ], "variable": [ { "id": "24cad4e2-5db3-4d24-89d6-16bf1be789c5", "key": "sftp-account-id", "value": "", "description": "(Required) The ID of the SFTP Account" } ] }, "description": "Get a specific SFTP Account." }, "response": [ { "id": "e158d5bd-a943-43af-b2b6-9275e1c52bed", "name": "The request has succeeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v0/sftp-accounts/:sftp-account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts", ":sftp-account-id" ], "variable": [ { "key": "sftp-account-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"host\": \"\",\n \"port\": 22,\n \"username\": \"\",\n \"id\": \"\",\n \"has_password\": \"\",\n \"has_ssh_private_key\": \"\"\n}", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-e158d5bd-a943-43af-b2b6-9275e1c52bed" }, { "id": "2973e8be-2b64-40d6-9dba-45c1a0ae5c51", "name": "Bad request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v0/sftp-accounts/:sftp-account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts", ":sftp-account-id" ], "variable": [ { "key": "sftp-account-id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-2973e8be-2b64-40d6-9dba-45c1a0ae5c51" } ], "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-456acd6a-bf41-4e78-a40f-b2d2827a8791" } ], "id": "14a67052-80da-4a98-925b-0402a369aa1c", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-14a67052-80da-4a98-925b-0402a369aa1c" }, { "name": "Create SFTP Account", "id": "31a83fdd-1863-4a7b-aee4-40df9b91ab81", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"host\": \"\",\n \"username\": \"\",\n \"credentials\": {\n \"password\": \"\"\n },\n \"port\": 22\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/sftp-accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts" ] }, "description": "Create a new SFTP Account." }, "response": [ { "id": "8e88e5db-df88-45e8-b96d-d590aa976820", "name": "The request has succeeded.", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"host\": \"\",\n \"username\": \"\",\n \"credentials\": {\n \"password\": \"\"\n },\n \"port\": 22\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/sftp-accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"name\": \"\",\n \"host\": \"\",\n \"port\": 22,\n \"username\": \"\",\n \"id\": \"\",\n \"has_password\": \"\",\n \"has_ssh_private_key\": \"\"\n}", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-8e88e5db-df88-45e8-b96d-d590aa976820" }, { "id": "0ec7d991-b107-45d5-ab5d-88da912ae19a", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"host\": \"\",\n \"username\": \"\",\n \"credentials\": {\n \"password\": \"\"\n },\n \"port\": 22\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/sftp-accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-0ec7d991-b107-45d5-ab5d-88da912ae19a" } ], "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-31a83fdd-1863-4a7b-aee4-40df9b91ab81" }, { "name": "List SFTP Accounts", "id": "e90015af-3d60-478e-b838-ff90ec12d5d4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/sftp-accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts" ] }, "description": "Returns a list of SFTP Accounts for the organization." }, "response": [ { "id": "b5134386-5f15-4470-a6b9-2ba6d60d66ea", "name": "The request has succeeded.", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v0/sftp-accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"name\": \"\",\n \"host\": \"\",\n \"port\": 22,\n \"username\": \"\",\n \"id\": \"\",\n \"has_password\": \"\",\n \"has_ssh_private_key\": \"\"\n },\n {\n \"name\": \"\",\n \"host\": \"\",\n \"port\": 22,\n \"username\": \"\",\n \"id\": \"\",\n \"has_password\": \"\",\n \"has_ssh_private_key\": \"\"\n }\n]", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-b5134386-5f15-4470-a6b9-2ba6d60d66ea" }, { "id": "4a84fb47-8dd5-4acb-b8f8-791724a1575d", "name": "Bad request", "originalRequest": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "url": { "raw": "{{baseUrl}}/v0/sftp-accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "sftp-accounts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\"\n}", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-4a84fb47-8dd5-4acb-b8f8-791724a1575d" } ], "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-e90015af-3d60-478e-b838-ff90ec12d5d4" } ], "id": "fa640b65-c41f-4ad7-83cd-b7f47f525823", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-fa640b65-c41f-4ad7-83cd-b7f47f525823" } ], "id": "17187d23-1e72-4feb-b1d6-c30810fff963", "createdAt": "2026-07-28T02:26:26.000Z", "updatedAt": "2026-07-28T02:26:26.000Z", "uid": "35240-17187d23-1e72-4feb-b1d6-c30810fff963" } ], "auth": { "type": "apikey", "apikey": [ { "key": "key", "value": "X-API-KEY", "type": "string" }, { "key": "value", "value": "{{apiKey}}", "type": "string" }, { "key": "in", "value": "header", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.oneschema.co" } ] }