{ "info": { "_postman_id": "5a820e4b-d28d-4158-a0e5-fd9643f4b5bb", "name": "OneSchema AWS Secrets Manager AWS Secrets Manager 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:25:12.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "lastUpdatedBy": "35240", "uid": "35240-5a820e4b-d28d-4158-a0e5-fd9643f4b5bb" }, "item": [ { "name": "v0", "item": [ { "name": "aws-secrets-manager", "item": [ { "name": "accounts", "item": [ { "name": "{account-id}", "item": [ { "name": "test", "item": [ { "name": "Test AWS Secrets Manager Connection", "id": "4d88d7c4-f919-441d-8950-3af6994217fb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"secret_identifier\": \"\",\n \"region\": \"\",\n \"secret_version\": \"\",\n \"version_kind\": \"id\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id/test", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id", "test" ], "variable": [ { "id": "7047ee96-87f2-4470-aac1-44e44bf3fa67", "key": "account-id", "value": "", "description": "(Required) The ID of the AWS Secrets Manager account" } ] }, "description": "Test that OneSchema can authenticate via the configured IAM role and retrieve a specific secret. The secret value is not returned." }, "response": [ { "id": "25670e58-c771-4c4f-9408-b08fdf865bea", "name": "Test result (check the `success` field)", "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 \"secret_identifier\": \"\",\n \"region\": \"\",\n \"secret_version\": \"\",\n \"version_kind\": \"id\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id/test", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id", "test" ], "variable": [ { "key": "account-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"success\": \"\",\n \"error_code\": \"\",\n \"error_category\": \"provider\",\n \"error_message\": \"\",\n \"request_id\": \"\",\n \"transaction_id\": \"\"\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-25670e58-c771-4c4f-9408-b08fdf865bea" }, { "id": "84914df3-1b8f-469e-b64f-d3404224dc68", "name": "Unauthorized (missing or invalid API key)", "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 \"secret_identifier\": \"\",\n \"region\": \"\",\n \"secret_version\": \"\",\n \"version_kind\": \"id\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id/test", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id", "test" ], "variable": [ { "key": "account-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-84914df3-1b8f-469e-b64f-d3404224dc68" }, { "id": "592b4279-0bce-4200-9eb2-846332bc20c3", "name": "Forbidden", "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 \"secret_identifier\": \"\",\n \"region\": \"\",\n \"secret_version\": \"\",\n \"version_kind\": \"id\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id/test", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id", "test" ], "variable": [ { "key": "account-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-592b4279-0bce-4200-9eb2-846332bc20c3" }, { "id": "292f357e-8ee1-401d-84cc-3da736bdf951", "name": "Not found", "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 \"secret_identifier\": \"\",\n \"region\": \"\",\n \"secret_version\": \"\",\n \"version_kind\": \"id\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id/test", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id", "test" ], "variable": [ { "key": "account-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-292f357e-8ee1-401d-84cc-3da736bdf951" } ], "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-4d88d7c4-f919-441d-8950-3af6994217fb" } ], "id": "75a457a1-ec26-4247-8d83-84fe7317896f", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-75a457a1-ec26-4247-8d83-84fe7317896f" }, { "name": "Delete AWS Secrets Manager Account", "id": "f6dc8303-cec0-4eb6-8e2a-f28902a7f7e8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "id": "d957ae7b-788f-4254-b203-cbbb52c130d9", "key": "account-id", "value": "", "description": "(Required) The ID of the AWS Secrets Manager account" } ] }, "description": "Delete a specific AWS Secrets Manager account connection. The account cannot be deleted while it has managed secrets attached." }, "response": [ { "id": "e32facba-bd1e-49da-bf66-451e17431971", "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/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-e32facba-bd1e-49da-bf66-451e17431971" }, { "id": "313f4a37-5753-4b07-810b-2f9770587040", "name": "Cannot delete account with managed secrets", "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/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-313f4a37-5753-4b07-810b-2f9770587040" }, { "id": "54eb7ac1-e87a-4d85-8da4-438c125c33c8", "name": "Unauthorized (missing or invalid API key)", "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/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-54eb7ac1-e87a-4d85-8da4-438c125c33c8" }, { "id": "c5bfb45e-5291-477c-8c37-3821f4537503", "name": "Forbidden", "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/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-c5bfb45e-5291-477c-8c37-3821f4537503" }, { "id": "710db65a-cff1-4b21-81d3-abd35db7f504", "name": "Not found", "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/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-710db65a-cff1-4b21-81d3-abd35db7f504" } ], "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-f6dc8303-cec0-4eb6-8e2a-f28902a7f7e8" }, { "name": "Get AWS Secrets Manager Account", "id": "4ee76526-eb5d-4128-b4e4-1a5517c9d89a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "id": "b5f39584-b254-4ce3-8c83-a237c7bdb03b", "key": "account-id", "value": "", "description": "(Required) The ID of the AWS Secrets Manager account" } ] }, "description": "Get a specific AWS Secrets Manager account connection." }, "response": [ { "id": "e947de9e-2082-4667-bf2e-a64851422617", "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/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-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 \"role_arn\": \"\",\n \"has_external_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-e947de9e-2082-4667-bf2e-a64851422617" }, { "id": "f90d797a-5722-4bb1-9c6d-97d60808cf16", "name": "Unauthorized (missing or invalid API key)", "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/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-f90d797a-5722-4bb1-9c6d-97d60808cf16" }, { "id": "7ba1e37e-a51c-45e0-aba1-897ea854373c", "name": "Forbidden", "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/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-7ba1e37e-a51c-45e0-aba1-897ea854373c" }, { "id": "af70f442-5ad7-435d-b436-705454ca49aa", "name": "Not found", "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/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-af70f442-5ad7-435d-b436-705454ca49aa" } ], "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-4ee76526-eb5d-4128-b4e4-1a5517c9d89a" }, { "name": "Update AWS Secrets Manager Account", "id": "b2f10d03-b32f-4307-9a1e-e3ea05905349", "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 \"role_arn\": \"\",\n \"external_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "id": "c9d2f5aa-11ec-4d63-b508-17eb06f01e3b", "key": "account-id", "value": "", "description": "(Required) The ID of the AWS Secrets Manager account" } ] }, "description": "Update a specific AWS Secrets Manager account connection." }, "response": [ { "id": "cae7f652-075d-4c56-a0b4-ba0105b6e790", "name": "The request has succeeded.", "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 \"role_arn\": \"\",\n \"external_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-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 \"role_arn\": \"\",\n \"has_external_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-cae7f652-075d-4c56-a0b4-ba0105b6e790" }, { "id": "1c6a8212-05ce-4c58-ac2e-2eafaecf2856", "name": "Validation error", "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 \"role_arn\": \"\",\n \"external_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-1c6a8212-05ce-4c58-ac2e-2eafaecf2856" }, { "id": "e53c8b43-589a-4896-b05c-7b0e37a3efe7", "name": "Unauthorized (missing or invalid API key)", "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 \"role_arn\": \"\",\n \"external_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-e53c8b43-589a-4896-b05c-7b0e37a3efe7" }, { "id": "17562bf3-f819-4d04-a917-5f1ab485f3a7", "name": "Forbidden", "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 \"role_arn\": \"\",\n \"external_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-17562bf3-f819-4d04-a917-5f1ab485f3a7" }, { "id": "9b17bc6b-aec9-4e27-86d7-183cf07b97ad", "name": "Not found", "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 \"role_arn\": \"\",\n \"external_id\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts/:account-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts", ":account-id" ], "variable": [ { "key": "account-id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-9b17bc6b-aec9-4e27-86d7-183cf07b97ad" } ], "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-b2f10d03-b32f-4307-9a1e-e3ea05905349" } ], "id": "c7183ecd-b247-44d4-a563-1963d3ed1a78", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-c7183ecd-b247-44d4-a563-1963d3ed1a78" }, { "name": "Create AWS Secrets Manager Account", "id": "dd35a637-86e4-447e-b88b-532b59009913", "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 \"role_arn\": \"\",\n \"external_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts" ] }, "description": "Create a new AWS Secrets Manager account connection for the organization." }, "response": [ { "id": "b83b0198-63ac-4942-970d-8a605729a92d", "name": "Account created successfully", "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 \"role_arn\": \"\",\n \"external_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"role_arn\": \"\",\n \"has_external_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-b83b0198-63ac-4942-970d-8a605729a92d" }, { "id": "54b70cb1-8ac9-44d3-845f-e65bdf62f55e", "name": "Validation error", "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 \"role_arn\": \"\",\n \"external_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-54b70cb1-8ac9-44d3-845f-e65bdf62f55e" }, { "id": "ab66a970-cb88-408a-909a-a444c1677f09", "name": "Unauthorized (missing or invalid API key)", "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 \"role_arn\": \"\",\n \"external_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-ab66a970-cb88-408a-909a-a444c1677f09" }, { "id": "bc227a70-9dcb-45d1-b49e-6ebfd312cf92", "name": "Forbidden", "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 \"role_arn\": \"\",\n \"external_id\": \"\",\n \"description\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-bc227a70-9dcb-45d1-b49e-6ebfd312cf92" } ], "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-dd35a637-86e4-447e-b88b-532b59009913" }, { "name": "List AWS Secrets Manager Accounts", "id": "fc0e5aae-06bd-4142-8c86-0ddaeb615632", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/aws-secrets-manager/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts" ] }, "description": "Returns a list of AWS Secrets Manager account connections for the organization." }, "response": [ { "id": "f6d7ede1-c0b1-481f-93c7-41b56f0f6e25", "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/aws-secrets-manager/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts" ] } }, "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 \"role_arn\": \"\",\n \"has_external_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"role_arn\": \"\",\n \"has_external_id\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-f6d7ede1-c0b1-481f-93c7-41b56f0f6e25" }, { "id": "61b925b5-8f61-4d3a-b3c3-7c66fd250a7a", "name": "Unauthorized (missing or invalid API key)", "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/aws-secrets-manager/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-61b925b5-8f61-4d3a-b3c3-7c66fd250a7a" }, { "id": "ded0ecf9-7151-426a-b8eb-de86e05481c8", "name": "Forbidden", "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/aws-secrets-manager/accounts", "host": [ "{{baseUrl}}" ], "path": [ "v0", "aws-secrets-manager", "accounts" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"message\": \"\",\n \"code\": \"\",\n \"param\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-ded0ecf9-7151-426a-b8eb-de86e05481c8" } ], "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-fc0e5aae-06bd-4142-8c86-0ddaeb615632" } ], "id": "ce742ccd-ef46-4ab0-8bab-8ab5e934b16b", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-ce742ccd-ef46-4ab0-8bab-8ab5e934b16b" } ], "id": "22f59cb3-a6c8-4840-a7a7-0df7ac202580", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-22f59cb3-a6c8-4840-a7a7-0df7ac202580" } ], "id": "1f99b0c8-160f-4e3b-910f-1688f3afb2af", "createdAt": "2026-07-28T02:25:13.000Z", "updatedAt": "2026-07-28T02:25:13.000Z", "uid": "35240-1f99b0c8-160f-4e3b-910f-1688f3afb2af" } ], "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" } ] }