{ "info": { "_postman_id": "a1ed5fb7-46e5-4061-b505-d072afe6d96c", "name": "OneSchema AWS Secrets Manager AWS Secrets Manager Accounts Multi FileFeed Folders 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:00.000Z", "updatedAt": "2026-07-28T02:26:00.000Z", "lastUpdatedBy": "35240", "uid": "35240-a1ed5fb7-46e5-4061-b505-d072afe6d96c" }, "item": [ { "name": "v0", "item": [ { "name": "multi-file-feed-folders", "item": [ { "name": "{folder_id}", "item": [ { "name": "Delete a Multi FileFeed Folder", "id": "90e47a2a-3955-492f-ab1f-4729ff8d1d3e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/multi-file-feed-folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders", ":folder_id" ], "variable": [ { "id": "4c70e5c2-fe34-498a-8bc4-fc791917d3b1", "key": "folder_id", "value": "", "description": "(Required) ID of the Multi FileFeed folder" } ] }, "description": "Delete a specific Multi FileFeed folder by ID." }, "response": [ { "id": "dbc5becd-60e6-499f-bf4e-e19084267c64", "name": "Successful response. The primary way to verify the request's success or failure is the response status code. In 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/multi-file-feed-folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders", ":folder_id" ], "variable": [ { "key": "folder_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:01.000Z", "updatedAt": "2026-07-28T02:26:01.000Z", "uid": "35240-dbc5becd-60e6-499f-bf4e-e19084267c64" }, { "id": "647c251a-89a4-4d28-bc33-802f97a25dfc", "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/multi-file-feed-folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders", ":folder_id" ], "variable": [ { "key": "folder_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:26:01.000Z", "updatedAt": "2026-07-28T02:26:01.000Z", "uid": "35240-647c251a-89a4-4d28-bc33-802f97a25dfc" } ], "createdAt": "2026-07-28T02:26:00.000Z", "updatedAt": "2026-07-28T02:26:00.000Z", "uid": "35240-90e47a2a-3955-492f-ab1f-4729ff8d1d3e" }, { "name": "Get a Multi FileFeed Folder", "id": "fc66fa61-76f5-4894-8e00-6236d3ee8e3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/multi-file-feed-folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders", ":folder_id" ], "variable": [ { "id": "1b4fb6c3-fb77-41eb-a171-6a899bf5ce87", "key": "folder_id", "value": "", "description": "(Required) ID of the Multi FileFeed folder" } ] }, "description": "Retrieves a single Multi FileFeed folder by ID." }, "response": [ { "id": "2adb28b0-c110-40d7-ac04-bf3eb2c404be", "name": "Successful response", "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/multi-file-feed-folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders", ":folder_id" ], "variable": [ { "key": "folder_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n}", "createdAt": "2026-07-28T02:26:01.000Z", "updatedAt": "2026-07-28T02:26:01.000Z", "uid": "35240-2adb28b0-c110-40d7-ac04-bf3eb2c404be" }, { "id": "6927f3c5-5488-4d06-b732-f1ddf723b053", "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/multi-file-feed-folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders", ":folder_id" ], "variable": [ { "key": "folder_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:26:01.000Z", "updatedAt": "2026-07-28T02:26:01.000Z", "uid": "35240-6927f3c5-5488-4d06-b732-f1ddf723b053" } ], "createdAt": "2026-07-28T02:26:00.000Z", "updatedAt": "2026-07-28T02:26:00.000Z", "uid": "35240-fc66fa61-76f5-4894-8e00-6236d3ee8e3c" }, { "name": "Update a Multi FileFeed Folder", "id": "68127008-8122-4742-8333-735f51c8bd22", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/multi-file-feed-folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders", ":folder_id" ], "variable": [ { "id": "49d32400-0c4a-4e95-929e-94258373223c", "key": "folder_id", "value": "", "description": "(Required) ID of the Multi FileFeed folder" } ] }, "description": "Update a specific Multi FileFeed folder by ID. Only the fields that need to be updated should be provided." }, "response": [ { "id": "f224b3c3-d345-4efb-a521-85abc50a47be", "name": "Successful response", "originalRequest": { "method": "PATCH", "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 \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/multi-file-feed-folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders", ":folder_id" ], "variable": [ { "key": "folder_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n}", "createdAt": "2026-07-28T02:26:01.000Z", "updatedAt": "2026-07-28T02:26:01.000Z", "uid": "35240-f224b3c3-d345-4efb-a521-85abc50a47be" }, { "id": "c2efaac0-3fe3-4f45-a454-299f4d779f23", "name": "Bad request", "originalRequest": { "method": "PATCH", "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 \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/multi-file-feed-folders/:folder_id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders", ":folder_id" ], "variable": [ { "key": "folder_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:26:01.000Z", "updatedAt": "2026-07-28T02:26:01.000Z", "uid": "35240-c2efaac0-3fe3-4f45-a454-299f4d779f23" } ], "createdAt": "2026-07-28T02:26:00.000Z", "updatedAt": "2026-07-28T02:26:00.000Z", "uid": "35240-68127008-8122-4742-8333-735f51c8bd22" } ], "id": "e1063142-1069-4fac-9b86-1924fa643b3d", "createdAt": "2026-07-28T02:26:00.000Z", "updatedAt": "2026-07-28T02:26:00.000Z", "uid": "35240-e1063142-1069-4fac-9b86-1924fa643b3d" }, { "name": "Create a Multi FileFeed Folder", "id": "01249e7f-64c8-4271-8f0b-9028660c2860", "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 \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/multi-file-feed-folders", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders" ] }, "description": "Create a new Multi FileFeed folder." }, "response": [ { "id": "731549c3-85e4-4ad4-b614-afe54ed66e86", "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 \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/multi-file-feed-folders", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders" ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n}", "createdAt": "2026-07-28T02:26:01.000Z", "updatedAt": "2026-07-28T02:26:01.000Z", "uid": "35240-731549c3-85e4-4ad4-b614-afe54ed66e86" }, { "id": "84181be2-bd05-4d11-acc6-2739200aaa61", "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 \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/multi-file-feed-folders", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:26:01.000Z", "updatedAt": "2026-07-28T02:26:01.000Z", "uid": "35240-84181be2-bd05-4d11-acc6-2739200aaa61" } ], "createdAt": "2026-07-28T02:26:00.000Z", "updatedAt": "2026-07-28T02:26:00.000Z", "uid": "35240-01249e7f-64c8-4271-8f0b-9028660c2860" }, { "name": "List all Multi FileFeed Folders", "id": "11fdbf82-748d-418d-8b38-76f03f0b50c5", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/multi-file-feed-folders?containing_folder_id=", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders" ], "query": [ { "description": "Filter folders by the ID of the folder that contains them. Omit to return all folders.", "key": "containing_folder_id", "value": "" } ] }, "description": "Returns a list of all Multi FileFeed folders for the organization." }, "response": [ { "id": "908c465a-1893-4839-aa37-be5ce7dac5b1", "name": "Successful response", "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/multi-file-feed-folders?containing_folder_id=", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders" ], "query": [ { "description": "Filter folders by the ID of the folder that contains them. Omit to return all folders.", "key": "containing_folder_id", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"color\": \"\",\n \"custom_metadata\": {},\n \"containing_folder_id\": \"\"\n }\n]", "createdAt": "2026-07-28T02:26:01.000Z", "updatedAt": "2026-07-28T02:26:01.000Z", "uid": "35240-908c465a-1893-4839-aa37-be5ce7dac5b1" }, { "id": "dcd05317-d3c3-4689-9cc0-7c8f1a548539", "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/multi-file-feed-folders?containing_folder_id=", "host": [ "{{baseUrl}}" ], "path": [ "v0", "multi-file-feed-folders" ], "query": [ { "description": "Filter folders by the ID of the folder that contains them. Omit to return all folders.", "key": "containing_folder_id", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:26:01.000Z", "updatedAt": "2026-07-28T02:26:01.000Z", "uid": "35240-dcd05317-d3c3-4689-9cc0-7c8f1a548539" } ], "createdAt": "2026-07-28T02:26:00.000Z", "updatedAt": "2026-07-28T02:26:00.000Z", "uid": "35240-11fdbf82-748d-418d-8b38-76f03f0b50c5" } ], "id": "8c7a8323-6ca0-4f35-8e2a-5639d61c37ff", "createdAt": "2026-07-28T02:26:00.000Z", "updatedAt": "2026-07-28T02:26:00.000Z", "uid": "35240-8c7a8323-6ca0-4f35-8e2a-5639d61c37ff" } ], "id": "d47003b4-4866-4228-895d-4d50b012abab", "createdAt": "2026-07-28T02:26:00.000Z", "updatedAt": "2026-07-28T02:26:00.000Z", "uid": "35240-d47003b4-4866-4228-895d-4d50b012abab" } ], "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" } ] }