{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin Secret Imports API", "version": "0.0.1" }, "items": [ { "info": { "name": "Secret Imports", "type": "folder" }, "items": [ { "info": { "name": "GET /api/v1/secret-imports", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/secret-imports", "params": [ { "name": "workspaceId", "value": "", "type": "query", "description": "The ID of the project to list secret imports from." }, { "name": "environment", "value": "", "type": "query", "description": "The slug of the environment to list secret imports from." }, { "name": "path", "value": "", "type": "query", "description": "The path to list secret imports from." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get secret imports" }, { "info": { "name": "POST /api/v1/secret-imports", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/secret-imports", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create secret imports" }, { "info": { "name": "GET /api/v1/secret-imports/{secretImportId}", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/secret-imports/:secretImportId", "params": [ { "name": "secretImportId", "value": "", "type": "path", "description": "The ID of the secret import to fetch." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get single secret import" }, { "info": { "name": "PATCH /api/v1/secret-imports/{secretImportId}", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/secret-imports/:secretImportId", "params": [ { "name": "secretImportId", "value": "", "type": "path", "description": "The ID of the secret import to update." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update secret imports" }, { "info": { "name": "DELETE /api/v1/secret-imports/{secretImportId}", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/secret-imports/:secretImportId", "params": [ { "name": "secretImportId", "value": "", "type": "path", "description": "The ID of the secret import to delete." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete secret imports" }, { "info": { "name": "GET /api/v1/secret-imports/secrets/raw", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/secret-imports/secrets/raw", "params": [ { "name": "workspaceId", "value": "", "type": "query" }, { "name": "environment", "value": "", "type": "query" }, { "name": "path", "value": "", "type": "query" } ] } }, { "info": { "name": "listSecretImports", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v2/secret-imports", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list secret imports from." }, { "name": "environment", "value": "", "type": "query", "description": "The slug of the environment to list secret imports from." }, { "name": "path", "value": "", "type": "query", "description": "The path to list secret imports from." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get secret imports" }, { "info": { "name": "createSecretImport", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v2/secret-imports", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create secret imports" }, { "info": { "name": "getSecretImport", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v2/secret-imports/:secretImportId", "params": [ { "name": "secretImportId", "value": "", "type": "path", "description": "The ID of the secret import to fetch." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get single secret import" }, { "info": { "name": "updateSecretImport", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v2/secret-imports/:secretImportId", "params": [ { "name": "secretImportId", "value": "", "type": "path", "description": "The ID of the secret import to update." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update secret imports" }, { "info": { "name": "deleteSecretImport", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v2/secret-imports/:secretImportId", "params": [ { "name": "secretImportId", "value": "", "type": "path", "description": "The ID of the secret import to delete." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete secret imports" }, { "info": { "name": "getRawSecretsFromImports", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v2/secret-imports/secrets", "params": [ { "name": "projectId", "value": "", "type": "query" }, { "name": "environment", "value": "", "type": "query" }, { "name": "path", "value": "", "type": "query" } ] } } ] } ], "bundled": true }