{ "info": { "_postman_id": "f47a27dc-1d31-493f-a0b2-bbe9157b81f3", "name": "OneSchema AWS Secrets Manager AWS Secrets Manager Accounts FileFeeds Embed Sessions 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:25:50.000Z", "updatedAt": "2026-07-28T02:25:50.000Z", "lastUpdatedBy": "35240", "uid": "35240-f47a27dc-1d31-493f-a0b2-bbe9157b81f3" }, "item": [ { "name": "v0", "item": [ { "name": "file-feed-embed-sessions", "item": [ { "name": "files", "item": [ { "name": "Upload file to the FileFeed embed session", "id": "0e0bc66f-f1dc-4c84-9d01-cbd058b715e0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The token of the FileFeed embed session", "key": "session_token", "value": "", "type": "text" }, { "description": "(Required) The contents of the file to be imported.", "key": "file", "type": "file", "value": null } ] }, "url": { "raw": "{{baseUrl}}/v0/file-feed-embed-sessions/files", "host": [ "{{baseUrl}}" ], "path": [ "v0", "file-feed-embed-sessions", "files" ] }, "description": "Upload a file to a FileFeed embed session, to be used as a sample file\nwhen editing the FileFeed transforms.\n" }, "response": [ { "id": "f9fbba3a-9b9a-436c-a9ff-0fcdcdbbc773", "name": "Accepted.\nThe file is scheduled to be processed and added to the session.\n", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The token of the FileFeed embed session", "key": "session_token", "value": "", "type": "text" }, { "description": "(Required) The contents of the file to be imported.", "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v0/file-feed-embed-sessions/files", "host": [ "{{baseUrl}}" ], "path": [ "v0", "file-feed-embed-sessions", "files" ] } }, "status": "Accepted", "code": 202, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"file_feed_id\": \"\",\n \"created_at\": \"\",\n \"token\": \"\",\n \"template_key\": \"\",\n \"files\": [\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"original_file_name\": \"\"\n },\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"original_file_name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:25:51.000Z", "updatedAt": "2026-07-28T02:25:51.000Z", "uid": "35240-f9fbba3a-9b9a-436c-a9ff-0fcdcdbbc773" }, { "id": "4970fb5a-3f1f-44c3-9a15-aa10642608ae", "name": "Bad request", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "multipart/form-data" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: apikey", "key": "X-API-KEY", "value": "" } ], "body": { "mode": "formdata", "formdata": [ { "description": "(Required) The token of the FileFeed embed session", "key": "session_token", "value": "", "type": "text" }, { "description": "(Required) The contents of the file to be imported.", "key": "file", "type": "file" } ] }, "url": { "raw": "{{baseUrl}}/v0/file-feed-embed-sessions/files", "host": [ "{{baseUrl}}" ], "path": [ "v0", "file-feed-embed-sessions", "files" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:25:51.000Z", "updatedAt": "2026-07-28T02:25:51.000Z", "uid": "35240-4970fb5a-3f1f-44c3-9a15-aa10642608ae" } ], "createdAt": "2026-07-28T02:25:51.000Z", "updatedAt": "2026-07-28T02:25:51.000Z", "uid": "35240-0e0bc66f-f1dc-4c84-9d01-cbd058b715e0" } ], "id": "0408bd89-3eee-4264-81c5-eb2d69d5a263", "createdAt": "2026-07-28T02:25:51.000Z", "updatedAt": "2026-07-28T02:25:51.000Z", "uid": "35240-0408bd89-3eee-4264-81c5-eb2d69d5a263" }, { "name": "Create FileFeed embed session", "id": "a52e56b6-2d61-4e8c-8f06-b5c85f30b41e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"client_id\": \"\",\n \"file_feed_id\": \"\",\n \"user_jwt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/file-feed-embed-sessions", "host": [ "{{baseUrl}}" ], "path": [ "v0", "file-feed-embed-sessions" ] }, "description": "Create a new embed session for a FileFeed" }, "response": [ { "id": "244ce636-bdc2-46f7-85de-ae8674df4082", "name": "Successful response", "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 \"client_id\": \"\",\n \"file_feed_id\": \"\",\n \"user_jwt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/file-feed-embed-sessions", "host": [ "{{baseUrl}}" ], "path": [ "v0", "file-feed-embed-sessions" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"file_feed_id\": \"\",\n \"created_at\": \"\",\n \"token\": \"\",\n \"template_key\": \"\",\n \"files\": [\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"original_file_name\": \"\"\n },\n {\n \"id\": \"\",\n \"created_at\": \"\",\n \"original_file_name\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:25:51.000Z", "updatedAt": "2026-07-28T02:25:51.000Z", "uid": "35240-244ce636-bdc2-46f7-85de-ae8674df4082" }, { "id": "5ae6aa08-05e7-48fc-aa34-50b93f18d25c", "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 \"client_id\": \"\",\n \"file_feed_id\": \"\",\n \"user_jwt\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/file-feed-embed-sessions", "host": [ "{{baseUrl}}" ], "path": [ "v0", "file-feed-embed-sessions" ] } }, "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:25:51.000Z", "updatedAt": "2026-07-28T02:25:51.000Z", "uid": "35240-5ae6aa08-05e7-48fc-aa34-50b93f18d25c" } ], "createdAt": "2026-07-28T02:25:51.000Z", "updatedAt": "2026-07-28T02:25:51.000Z", "uid": "35240-a52e56b6-2d61-4e8c-8f06-b5c85f30b41e" } ], "id": "9a38bdd7-973f-4c26-a8c7-6bff16180ecb", "createdAt": "2026-07-28T02:25:51.000Z", "updatedAt": "2026-07-28T02:25:51.000Z", "uid": "35240-9a38bdd7-973f-4c26-a8c7-6bff16180ecb" } ], "id": "69ed74bf-ba38-40c9-abab-011a678b4a9a", "createdAt": "2026-07-28T02:25:51.000Z", "updatedAt": "2026-07-28T02:25:51.000Z", "uid": "35240-69ed74bf-ba38-40c9-abab-011a678b4a9a" } ], "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" } ] }