{ "info": { "_postman_id": "9fbcaefa-3ca3-481f-aa49-cd66b0f9b3f7", "name": "OneSchema AWS Secrets Manager AWS Secrets Manager Accounts Azure Key Vault Secrets 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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "lastUpdatedBy": "35240", "uid": "35240-9fbcaefa-3ca3-481f-aa49-cd66b0f9b3f7" }, "item": [ { "name": "v0", "item": [ { "name": "azure-key-vault", "item": [ { "name": "accounts", "item": [ { "name": "{account-id}", "item": [ { "name": "secrets", "item": [ { "name": "Create Managed Secret", "id": "5c754c65-853f-420d-941e-38da56574582", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"description\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "variable": [ { "id": "7e057278-a838-4c64-a525-8c8a4d23412b", "key": "account-id", "value": "", "description": "(Required) The ID of the Azure Key Vault account" } ] }, "description": "Create a new managed secret reference within an Azure Key Vault account." }, "response": [ { "id": "554dbf5c-d8cb-4915-9ae9-2bb17b5d0c22", "name": "Created", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"description\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "variable": [ { "key": "account-id" } ] } }, "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 \"account_id\": \"\",\n \"secret_identifier\": \"\",\n \"secret_version\": \"\",\n \"vault\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-554dbf5c-d8cb-4915-9ae9-2bb17b5d0c22" }, { "id": "a3e9e0cf-bdea-4d46-9a75-6be670d599aa", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"description\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-a3e9e0cf-bdea-4d46-9a75-6be670d599aa" }, { "id": "f06e9a1b-aa4e-4d59-b620-2c68f157d7d6", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"description\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-f06e9a1b-aa4e-4d59-b620-2c68f157d7d6" }, { "id": "7a6352e6-012f-4ce8-89c6-87b967974617", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"description\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-7a6352e6-012f-4ce8-89c6-87b967974617" }, { "id": "e3c3cbd4-6b22-40e2-9203-c92ce89ac910", "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 \"name\": \"\",\n \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"description\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-e3c3cbd4-6b22-40e2-9203-c92ce89ac910" } ], "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-5c754c65-853f-420d-941e-38da56574582" }, { "name": "List Managed Secrets for Account", "id": "33cbf47f-79f9-4814-8b9c-92d57fa2bab7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "variable": [ { "id": "393874fa-ff9b-4449-898e-5e2e2592e6be", "key": "account-id", "value": "", "description": "(Required) The ID of the Azure Key Vault account" } ] }, "description": "Returns all managed secrets belonging to a specific Azure Key Vault account." }, "response": [ { "id": "2bb296eb-cd09-44ea-b0de-87716e6379d5", "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/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "variable": [ { "key": "account-id" } ] } }, "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 \"account_id\": \"\",\n \"secret_identifier\": \"\",\n \"secret_version\": \"\",\n \"vault\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"account_id\": \"\",\n \"secret_identifier\": \"\",\n \"secret_version\": \"\",\n \"vault\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-2bb296eb-cd09-44ea-b0de-87716e6379d5" }, { "id": "d3eab98f-ec78-434a-8369-d6648388502e", "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/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-d3eab98f-ec78-434a-8369-d6648388502e" }, { "id": "f047b213-a3a4-4627-8dc6-be709ae7da4e", "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/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-f047b213-a3a4-4627-8dc6-be709ae7da4e" }, { "id": "7cd9dc5f-0800-48b1-9a6b-67d24cd4fd10", "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/azure-key-vault/accounts/:account-id/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "accounts", ":account-id", "secrets" ], "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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-7cd9dc5f-0800-48b1-9a6b-67d24cd4fd10" } ], "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-33cbf47f-79f9-4814-8b9c-92d57fa2bab7" } ], "id": "528e25dc-4e51-40ec-885f-43c1abfd63aa", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-528e25dc-4e51-40ec-885f-43c1abfd63aa" } ], "id": "b7823901-121e-4411-86db-8e92a379e041", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-b7823901-121e-4411-86db-8e92a379e041" } ], "id": "be4c55e7-eb7c-485d-9cc0-5fcc0dc6c09e", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-be4c55e7-eb7c-485d-9cc0-5fcc0dc6c09e" }, { "name": "secrets", "item": [ { "name": "{secret-id}", "item": [ { "name": "Delete Managed Secret", "id": "e5f74a4e-184f-4087-877b-31ecb226f787", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "id": "f882b05d-8789-41b0-b818-de54c6624174", "key": "secret-id", "value": "", "description": "(Required) The ID of the managed secret" } ] }, "description": "Delete a specific managed secret." }, "response": [ { "id": "7923fb25-a977-4d17-8b4f-d0f71c381cf5", "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/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-7923fb25-a977-4d17-8b4f-d0f71c381cf5" }, { "id": "344c4cec-1529-4afd-b2a7-66b62d407171", "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/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-344c4cec-1529-4afd-b2a7-66b62d407171" }, { "id": "14d40e21-6d7f-4c5b-ae78-0bfb97291e4b", "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/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-14d40e21-6d7f-4c5b-ae78-0bfb97291e4b" }, { "id": "7ee6e585-3e6b-4b0f-94ba-a30eaf403285", "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/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-7ee6e585-3e6b-4b0f-94ba-a30eaf403285" } ], "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-e5f74a4e-184f-4087-877b-31ecb226f787" }, { "name": "Get Managed Secret", "id": "660a3194-a46d-4fc3-93c8-4dc1c0bb685d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "id": "5fc7e671-0014-4036-b07a-3bd02e5fbf20", "key": "secret-id", "value": "", "description": "(Required) The ID of the managed secret" } ] }, "description": "Get a specific managed secret." }, "response": [ { "id": "717c1c54-7e36-462b-b78a-16d354044211", "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/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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 \"account_id\": \"\",\n \"secret_identifier\": \"\",\n \"secret_version\": \"\",\n \"vault\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-717c1c54-7e36-462b-b78a-16d354044211" }, { "id": "e77283ef-ef3a-49e9-a6c7-5bb9500c4d8d", "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/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-e77283ef-ef3a-49e9-a6c7-5bb9500c4d8d" }, { "id": "88708a3f-9965-40c3-be61-4b6e91bf578a", "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/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-88708a3f-9965-40c3-be61-4b6e91bf578a" }, { "id": "4be8b539-e74b-40b2-ae23-2b2a3935832e", "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/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-4be8b539-e74b-40b2-ae23-2b2a3935832e" } ], "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-660a3194-a46d-4fc3-93c8-4dc1c0bb685d" }, { "name": "Update Managed Secret", "id": "f9e0d0e0-899f-4838-9286-afdb466c90d8", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "id": "6001991f-f1ae-4a86-aabe-af00d3ffcc8f", "key": "secret-id", "value": "", "description": "(Required) The ID of the managed secret" } ] }, "description": "Update a specific managed secret." }, "response": [ { "id": "3d36a457-60fd-4663-b680-9ebc7eb9b3bf", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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 \"account_id\": \"\",\n \"secret_identifier\": \"\",\n \"secret_version\": \"\",\n \"vault\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n}", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-3d36a457-60fd-4663-b680-9ebc7eb9b3bf" }, { "id": "33b604d3-b13e-4fc4-8a6b-2ac309161802", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-33b604d3-b13e-4fc4-8a6b-2ac309161802" }, { "id": "34b2a688-9b8a-46c1-a4b7-dd46ff319862", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-34b2a688-9b8a-46c1-a4b7-dd46ff319862" }, { "id": "27d37d1a-8a21-4598-813b-c2d82fc7d8df", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-27d37d1a-8a21-4598-813b-c2d82fc7d8df" }, { "id": "3a3dc495-01ed-42e5-9c18-72adb68286c3", "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 \"secret_identifier\": \"\",\n \"vault\": \"\",\n \"secret_version\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/secrets/:secret-id", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets", ":secret-id" ], "variable": [ { "key": "secret-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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-3a3dc495-01ed-42e5-9c18-72adb68286c3" } ], "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-f9e0d0e0-899f-4838-9286-afdb466c90d8" } ], "id": "39581cfc-75f6-49ae-8734-2cccd5a7c056", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-39581cfc-75f6-49ae-8734-2cccd5a7c056" }, { "name": "List All Managed Secrets", "id": "63bb69ed-c844-4c2e-bbed-1cfc4f58d461", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v0/azure-key-vault/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets" ] }, "description": "Returns all Azure managed secrets across all accounts in the organization." }, "response": [ { "id": "09b04a43-80cd-48c2-b2db-57f80b807478", "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/azure-key-vault/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets" ] } }, "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 \"account_id\": \"\",\n \"secret_identifier\": \"\",\n \"secret_version\": \"\",\n \"vault\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n },\n {\n \"id\": \"\",\n \"name\": \"\",\n \"description\": \"\",\n \"account_id\": \"\",\n \"secret_identifier\": \"\",\n \"secret_version\": \"\",\n \"vault\": \"\",\n \"created_at\": \"\",\n \"updated_at\": \"\"\n }\n]", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-09b04a43-80cd-48c2-b2db-57f80b807478" }, { "id": "8fea4933-3e3e-4689-a885-b17b836b5ae2", "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/azure-key-vault/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets" ] } }, "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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-8fea4933-3e3e-4689-a885-b17b836b5ae2" }, { "id": "4a3c4b4f-7ea4-468b-aeb0-f8edf17ffd1b", "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/azure-key-vault/secrets", "host": [ "{{baseUrl}}" ], "path": [ "v0", "azure-key-vault", "secrets" ] } }, "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:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-4a3c4b4f-7ea4-468b-aeb0-f8edf17ffd1b" } ], "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-63bb69ed-c844-4c2e-bbed-1cfc4f58d461" } ], "id": "9e9a89bf-b78e-4de4-b8a3-7f341f0a35fb", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-9e9a89bf-b78e-4de4-b8a3-7f341f0a35fb" } ], "id": "9fe3d60e-f2f8-44bc-8b47-84a69c045498", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-9fe3d60e-f2f8-44bc-8b47-84a69c045498" } ], "id": "2c73d81e-0c67-43d7-9c7e-d0c8a1241635", "createdAt": "2026-07-28T02:25:43.000Z", "updatedAt": "2026-07-28T02:25:43.000Z", "uid": "35240-2c73d81e-0c67-43d7-9c7e-d0c8a1241635" } ], "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" } ] }