{ "opencollection": "1.0.0", "info": { "name": "Infisical Admin App Connections API", "version": "0.0.1" }, "items": [ { "info": { "name": "App Connections", "type": "folder" }, "items": [ { "info": { "name": "listAppConnectionOptions", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/options", "params": [ { "name": "projectType", "value": "", "type": "query" } ] }, "docs": "List the available App Connection Options." }, { "info": { "name": "listAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list App Connections from." } ] }, "docs": "List all the App Connections for the current organization or project." }, { "info": { "name": "listAwsAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/aws", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list AWS Connections from." } ] }, "docs": "List the AWS Connections for the current organization or project." }, { "info": { "name": "createAwsAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/aws", "body": { "type": "json", "data": "{}" } }, "docs": "Create an AWS Connection." }, { "info": { "name": "listAwsAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/aws/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list AWS Connections from." } ] }, "docs": "List the AWS Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getAwsAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/aws/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the AWS Connection to retrieve." } ] }, "docs": "Get the specified AWS Connection by ID." }, { "info": { "name": "updateAwsAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/aws/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the AWS Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified AWS Connection." }, { "info": { "name": "deleteAwsAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/aws/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the AWS Connection to be deleted." } ] }, "docs": "Delete the specified AWS Connection." }, { "info": { "name": "getAwsAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/aws/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the AWS Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the AWS Connection to retrieve." } ] }, "docs": "Get the specified AWS Connection by name." }, { "info": { "name": "rotateAwsAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/aws/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the AWS Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified AWS Connection." }, { "info": { "name": "listGitHubAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/github", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list GitHub Connections from." } ] }, "docs": "List the GitHub Connections for the current organization or project." }, { "info": { "name": "createGitHubAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/github", "body": { "type": "json", "data": "{}" } }, "docs": "Create a GitHub Connection." }, { "info": { "name": "listGitHubAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/github/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list GitHub Connections from." } ] }, "docs": "List the GitHub Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getGitHubAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/github/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitHub Connection to retrieve." } ] }, "docs": "Get the specified GitHub Connection by ID." }, { "info": { "name": "updateGitHubAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/github/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitHub Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified GitHub Connection." }, { "info": { "name": "deleteGitHubAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/github/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitHub Connection to be deleted." } ] }, "docs": "Delete the specified GitHub Connection." }, { "info": { "name": "getGitHubAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/github/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the GitHub Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the GitHub Connection to retrieve." } ] }, "docs": "Get the specified GitHub Connection by name." }, { "info": { "name": "rotateGitHubAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/github/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitHub Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified GitHub Connection." }, { "info": { "name": "listGitHubRadarAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/github-radar", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list GitHub Radar Connections from." } ] }, "docs": "List the GitHub Radar Connections for the current organization or project." }, { "info": { "name": "createGitHubRadarAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/github-radar", "body": { "type": "json", "data": "{}" } }, "docs": "Create a GitHub Radar Connection." }, { "info": { "name": "listGitHubRadarAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/github-radar/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list GitHub Radar Connections from." } ] }, "docs": "List the GitHub Radar Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getGitHubRadarAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/github-radar/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitHub Radar Connection to retrieve." } ] }, "docs": "Get the specified GitHub Radar Connection by ID." }, { "info": { "name": "updateGitHubRadarAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/github-radar/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitHub Radar Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified GitHub Radar Connection." }, { "info": { "name": "deleteGitHubRadarAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/github-radar/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitHub Radar Connection to be deleted." } ] }, "docs": "Delete the specified GitHub Radar Connection." }, { "info": { "name": "getGitHubRadarAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/github-radar/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the GitHub Radar Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the GitHub Radar Connection to retrieve." } ] }, "docs": "Get the specified GitHub Radar Connection by name." }, { "info": { "name": "rotateGitHubRadarAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/github-radar/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitHub Radar Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified GitHub Radar Connection." }, { "info": { "name": "listGcpAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/gcp", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list GCP Connections from." } ] }, "docs": "List the GCP Connections for the current organization or project." }, { "info": { "name": "createGcpAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/gcp", "body": { "type": "json", "data": "{}" } }, "docs": "Create a GCP Connection." }, { "info": { "name": "listGcpAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/gcp/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list GCP Connections from." } ] }, "docs": "List the GCP Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getGcpAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/gcp/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GCP Connection to retrieve." } ] }, "docs": "Get the specified GCP Connection by ID." }, { "info": { "name": "updateGcpAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/gcp/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GCP Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified GCP Connection." }, { "info": { "name": "deleteGcpAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/gcp/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GCP Connection to be deleted." } ] }, "docs": "Delete the specified GCP Connection." }, { "info": { "name": "getGcpAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/gcp/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the GCP Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the GCP Connection to retrieve." } ] }, "docs": "Get the specified GCP Connection by name." }, { "info": { "name": "rotateGcpAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/gcp/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GCP Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified GCP Connection." }, { "info": { "name": "listAzureKeyVaultAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-key-vault", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure Key Vault Connections from." } ] }, "docs": "List the Azure Key Vault Connections for the current organization or project." }, { "info": { "name": "createAzureKeyVaultAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-key-vault", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Azure Key Vault Connection." }, { "info": { "name": "listAzureKeyVaultAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-key-vault/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure Key Vault Connections from." } ] }, "docs": "List the Azure Key Vault Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getAzureKeyVaultAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-key-vault/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Key Vault Connection to retrieve." } ] }, "docs": "Get the specified Azure Key Vault Connection by ID." }, { "info": { "name": "updateAzureKeyVaultAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/azure-key-vault/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Key Vault Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Azure Key Vault Connection." }, { "info": { "name": "deleteAzureKeyVaultAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/azure-key-vault/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Key Vault Connection to be deleted." } ] }, "docs": "Delete the specified Azure Key Vault Connection." }, { "info": { "name": "getAzureKeyVaultAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-key-vault/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Azure Key Vault Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Azure Key Vault Connection to retrieve." } ] }, "docs": "Get the specified Azure Key Vault Connection by name." }, { "info": { "name": "rotateAzureKeyVaultAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-key-vault/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Key Vault Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Azure Key Vault Connection." }, { "info": { "name": "listAzureAppConfigurationAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-app-configuration", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure App Configuration Connections from." } ] }, "docs": "List the Azure App Configuration Connections for the current organization or project." }, { "info": { "name": "createAzureAppConfigurationAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-app-configuration", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Azure App Configuration Connection." }, { "info": { "name": "listAzureAppConfigurationAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-app-configuration/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure App Configuration Connections from." } ] }, "docs": "List the Azure App Configuration Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getAzureAppConfigurationAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-app-configuration/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure App Configuration Connection to retrieve." } ] }, "docs": "Get the specified Azure App Configuration Connection by ID." }, { "info": { "name": "updateAzureAppConfigurationAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/azure-app-configuration/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure App Configuration Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Azure App Configuration Connection." }, { "info": { "name": "deleteAzureAppConfigurationAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/azure-app-configuration/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure App Configuration Connection to be deleted." } ] }, "docs": "Delete the specified Azure App Configuration Connection." }, { "info": { "name": "getAzureAppConfigurationAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-app-configuration/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Azure App Configuration Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Azure App Configuration Connection to retrieve." } ] }, "docs": "Get the specified Azure App Configuration Connection by name." }, { "info": { "name": "rotateAzureAppConfigurationAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-app-configuration/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure App Configuration Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Azure App Configuration Connection." }, { "info": { "name": "listAzureClientSecretsAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-client-secrets", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure Client Secrets Connections from." } ] }, "docs": "List the Azure Client Secrets Connections for the current organization or project." }, { "info": { "name": "createAzureClientSecretsAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-client-secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Azure Client Secrets Connection." }, { "info": { "name": "listAzureClientSecretsAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-client-secrets/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure Client Secrets Connections from." } ] }, "docs": "List the Azure Client Secrets Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getAzureClientSecretsAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-client-secrets/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Client Secrets Connection to retrieve." } ] }, "docs": "Get the specified Azure Client Secrets Connection by ID." }, { "info": { "name": "updateAzureClientSecretsAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/azure-client-secrets/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Client Secrets Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Azure Client Secrets Connection." }, { "info": { "name": "deleteAzureClientSecretsAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/azure-client-secrets/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Client Secrets Connection to be deleted." } ] }, "docs": "Delete the specified Azure Client Secrets Connection." }, { "info": { "name": "getAzureClientSecretsAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-client-secrets/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Azure Client Secrets Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Azure Client Secrets Connection to retrieve." } ] }, "docs": "Get the specified Azure Client Secrets Connection by name." }, { "info": { "name": "rotateAzureClientSecretsAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-client-secrets/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Client Secrets Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Azure Client Secrets Connection." }, { "info": { "name": "listAzureDevopsAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-devops", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure DevOps Connections from." } ] }, "docs": "List the Azure DevOps Connections for the current organization or project." }, { "info": { "name": "createAzureDevopsAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-devops", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Azure DevOps Connection." }, { "info": { "name": "listAzureDevopsAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-devops/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure DevOps Connections from." } ] }, "docs": "List the Azure DevOps Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getAzureDevopsAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-devops/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure DevOps Connection to retrieve." } ] }, "docs": "Get the specified Azure DevOps Connection by ID." }, { "info": { "name": "updateAzureDevopsAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/azure-devops/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure DevOps Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Azure DevOps Connection." }, { "info": { "name": "deleteAzureDevopsAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/azure-devops/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure DevOps Connection to be deleted." } ] }, "docs": "Delete the specified Azure DevOps Connection." }, { "info": { "name": "getAzureDevopsAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-devops/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Azure DevOps Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Azure DevOps Connection to retrieve." } ] }, "docs": "Get the specified Azure DevOps Connection by name." }, { "info": { "name": "rotateAzureDevopsAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-devops/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure DevOps Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Azure DevOps Connection." }, { "info": { "name": "listAzureAdcsAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-adcs", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure ADCS Connections from." } ] }, "docs": "List the Azure ADCS Connections for the current organization or project." }, { "info": { "name": "createAzureAdcsAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-adcs", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Azure ADCS Connection." }, { "info": { "name": "listAzureAdcsAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-adcs/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure ADCS Connections from." } ] }, "docs": "List the Azure ADCS Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getAzureAdcsAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-adcs/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure ADCS Connection to retrieve." } ] }, "docs": "Get the specified Azure ADCS Connection by ID." }, { "info": { "name": "updateAzureAdcsAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/azure-adcs/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure ADCS Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Azure ADCS Connection." }, { "info": { "name": "deleteAzureAdcsAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/azure-adcs/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure ADCS Connection to be deleted." } ] }, "docs": "Delete the specified Azure ADCS Connection." }, { "info": { "name": "getAzureAdcsAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-adcs/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Azure ADCS Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Azure ADCS Connection to retrieve." } ] }, "docs": "Get the specified Azure ADCS Connection by name." }, { "info": { "name": "rotateAzureAdcsAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-adcs/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure ADCS Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Azure ADCS Connection." }, { "info": { "name": "listAzureDnsAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-dns", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure DNS Connections from." } ] }, "docs": "List the Azure DNS Connections for the current organization or project." }, { "info": { "name": "createAzureDnsAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-dns", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Azure DNS Connection." }, { "info": { "name": "listAzureDnsAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-dns/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure DNS Connections from." } ] }, "docs": "List the Azure DNS Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getAzureDnsAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-dns/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure DNS Connection to retrieve." } ] }, "docs": "Get the specified Azure DNS Connection by ID." }, { "info": { "name": "updateAzureDnsAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/azure-dns/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure DNS Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Azure DNS Connection." }, { "info": { "name": "deleteAzureDnsAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/azure-dns/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure DNS Connection to be deleted." } ] }, "docs": "Delete the specified Azure DNS Connection." }, { "info": { "name": "getAzureDnsAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-dns/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Azure DNS Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Azure DNS Connection to retrieve." } ] }, "docs": "Get the specified Azure DNS Connection by name." }, { "info": { "name": "rotateAzureDnsAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-dns/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure DNS Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Azure DNS Connection." }, { "info": { "name": "listDatabricksAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/databricks", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Databricks Connections from." } ] }, "docs": "List the Databricks Connections for the current organization or project." }, { "info": { "name": "createDatabricksAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/databricks", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Databricks Connection." }, { "info": { "name": "listDatabricksAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/databricks/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Databricks Connections from." } ] }, "docs": "List the Databricks Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getDatabricksAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/databricks/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Databricks Connection to retrieve." } ] }, "docs": "Get the specified Databricks Connection by ID." }, { "info": { "name": "updateDatabricksAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/databricks/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Databricks Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Databricks Connection." }, { "info": { "name": "deleteDatabricksAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/databricks/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Databricks Connection to be deleted." } ] }, "docs": "Delete the specified Databricks Connection." }, { "info": { "name": "getDatabricksAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/databricks/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Databricks Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Databricks Connection to retrieve." } ] }, "docs": "Get the specified Databricks Connection by name." }, { "info": { "name": "rotateDatabricksAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/databricks/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Databricks Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Databricks Connection." }, { "info": { "name": "listHumanitecAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/humanitec", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Humanitec Connections from." } ] }, "docs": "List the Humanitec Connections for the current organization or project." }, { "info": { "name": "createHumanitecAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/humanitec", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Humanitec Connection." }, { "info": { "name": "listHumanitecAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/humanitec/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Humanitec Connections from." } ] }, "docs": "List the Humanitec Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getHumanitecAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/humanitec/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Humanitec Connection to retrieve." } ] }, "docs": "Get the specified Humanitec Connection by ID." }, { "info": { "name": "updateHumanitecAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/humanitec/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Humanitec Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Humanitec Connection." }, { "info": { "name": "deleteHumanitecAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/humanitec/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Humanitec Connection to be deleted." } ] }, "docs": "Delete the specified Humanitec Connection." }, { "info": { "name": "getHumanitecAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/humanitec/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Humanitec Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Humanitec Connection to retrieve." } ] }, "docs": "Get the specified Humanitec Connection by name." }, { "info": { "name": "rotateHumanitecAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/humanitec/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Humanitec Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Humanitec Connection." }, { "info": { "name": "listTerraformCloudAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/terraform-cloud", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Terraform Cloud Connections from." } ] }, "docs": "List the Terraform Cloud Connections for the current organization or project." }, { "info": { "name": "createTerraformCloudAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/terraform-cloud", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Terraform Cloud Connection." }, { "info": { "name": "listTerraformCloudAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/terraform-cloud/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Terraform Cloud Connections from." } ] }, "docs": "List the Terraform Cloud Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getTerraformCloudAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/terraform-cloud/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Terraform Cloud Connection to retrieve." } ] }, "docs": "Get the specified Terraform Cloud Connection by ID." }, { "info": { "name": "updateTerraformCloudAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/terraform-cloud/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Terraform Cloud Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Terraform Cloud Connection." }, { "info": { "name": "deleteTerraformCloudAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/terraform-cloud/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Terraform Cloud Connection to be deleted." } ] }, "docs": "Delete the specified Terraform Cloud Connection." }, { "info": { "name": "getTerraformCloudAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/terraform-cloud/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Terraform Cloud Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Terraform Cloud Connection to retrieve." } ] }, "docs": "Get the specified Terraform Cloud Connection by name." }, { "info": { "name": "rotateTerraformCloudAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/terraform-cloud/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Terraform Cloud Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Terraform Cloud Connection." }, { "info": { "name": "listVercelAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/vercel", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Vercel Connections from." } ] }, "docs": "List the Vercel Connections for the current organization or project." }, { "info": { "name": "createVercelAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/vercel", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Vercel Connection." }, { "info": { "name": "listVercelAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/vercel/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Vercel Connections from." } ] }, "docs": "List the Vercel Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getVercelAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/vercel/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Vercel Connection to retrieve." } ] }, "docs": "Get the specified Vercel Connection by ID." }, { "info": { "name": "updateVercelAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/vercel/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Vercel Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Vercel Connection." }, { "info": { "name": "deleteVercelAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/vercel/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Vercel Connection to be deleted." } ] }, "docs": "Delete the specified Vercel Connection." }, { "info": { "name": "getVercelAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/vercel/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Vercel Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Vercel Connection to retrieve." } ] }, "docs": "Get the specified Vercel Connection by name." }, { "info": { "name": "rotateVercelAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/vercel/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Vercel Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Vercel Connection." }, { "info": { "name": "listPostgresAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/postgres", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list PostgreSQL Connections from." } ] }, "docs": "List the PostgreSQL Connections for the current organization or project." }, { "info": { "name": "createPostgresAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/postgres", "body": { "type": "json", "data": "{}" } }, "docs": "Create a PostgreSQL Connection." }, { "info": { "name": "listPostgresAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/postgres/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list PostgreSQL Connections from." } ] }, "docs": "List the PostgreSQL Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getPostgresAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/postgres/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the PostgreSQL Connection to retrieve." } ] }, "docs": "Get the specified PostgreSQL Connection by ID." }, { "info": { "name": "updatePostgresAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/postgres/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the PostgreSQL Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified PostgreSQL Connection." }, { "info": { "name": "deletePostgresAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/postgres/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the PostgreSQL Connection to be deleted." } ] }, "docs": "Delete the specified PostgreSQL Connection." }, { "info": { "name": "getPostgresAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/postgres/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the PostgreSQL Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the PostgreSQL Connection to retrieve." } ] }, "docs": "Get the specified PostgreSQL Connection by name." }, { "info": { "name": "rotatePostgresAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/postgres/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the PostgreSQL Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified PostgreSQL Connection." }, { "info": { "name": "listMsSqlAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mssql", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Microsoft SQL Server Connections from." } ] }, "docs": "List the Microsoft SQL Server Connections for the current organization or project." }, { "info": { "name": "createMsSqlAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/mssql", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Microsoft SQL Server Connection." }, { "info": { "name": "listMsSqlAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mssql/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Microsoft SQL Server Connections from." } ] }, "docs": "List the Microsoft SQL Server Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getMsSqlAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mssql/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Microsoft SQL Server Connection to retrieve." } ] }, "docs": "Get the specified Microsoft SQL Server Connection by ID." }, { "info": { "name": "updateMsSqlAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/mssql/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Microsoft SQL Server Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Microsoft SQL Server Connection." }, { "info": { "name": "deleteMsSqlAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/mssql/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Microsoft SQL Server Connection to be deleted." } ] }, "docs": "Delete the specified Microsoft SQL Server Connection." }, { "info": { "name": "getMsSqlAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mssql/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Microsoft SQL Server Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Microsoft SQL Server Connection to retrieve." } ] }, "docs": "Get the specified Microsoft SQL Server Connection by name." }, { "info": { "name": "rotateMsSqlAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/mssql/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Microsoft SQL Server Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Microsoft SQL Server Connection." }, { "info": { "name": "listMySqlAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mysql", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list MySQL Connections from." } ] }, "docs": "List the MySQL Connections for the current organization or project." }, { "info": { "name": "createMySqlAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/mysql", "body": { "type": "json", "data": "{}" } }, "docs": "Create a MySQL Connection." }, { "info": { "name": "listMySqlAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mysql/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list MySQL Connections from." } ] }, "docs": "List the MySQL Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getMySqlAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mysql/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the MySQL Connection to retrieve." } ] }, "docs": "Get the specified MySQL Connection by ID." }, { "info": { "name": "updateMySqlAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/mysql/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the MySQL Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified MySQL Connection." }, { "info": { "name": "deleteMySqlAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/mysql/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the MySQL Connection to be deleted." } ] }, "docs": "Delete the specified MySQL Connection." }, { "info": { "name": "getMySqlAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mysql/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the MySQL Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the MySQL Connection to retrieve." } ] }, "docs": "Get the specified MySQL Connection by name." }, { "info": { "name": "rotateMySqlAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/mysql/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the MySQL Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified MySQL Connection." }, { "info": { "name": "listCamundaAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/camunda", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Camunda Connections from." } ] }, "docs": "List the Camunda Connections for the current organization or project." }, { "info": { "name": "createCamundaAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/camunda", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Camunda Connection." }, { "info": { "name": "listCamundaAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/camunda/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Camunda Connections from." } ] }, "docs": "List the Camunda Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getCamundaAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/camunda/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Camunda Connection to retrieve." } ] }, "docs": "Get the specified Camunda Connection by ID." }, { "info": { "name": "updateCamundaAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/camunda/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Camunda Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Camunda Connection." }, { "info": { "name": "deleteCamundaAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/camunda/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Camunda Connection to be deleted." } ] }, "docs": "Delete the specified Camunda Connection." }, { "info": { "name": "getCamundaAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/camunda/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Camunda Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Camunda Connection to retrieve." } ] }, "docs": "Get the specified Camunda Connection by name." }, { "info": { "name": "rotateCamundaAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/camunda/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Camunda Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Camunda Connection." }, { "info": { "name": "listWindmillAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/windmill", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Windmill Connections from." } ] }, "docs": "List the Windmill Connections for the current organization or project." }, { "info": { "name": "createWindmillAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/windmill", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Windmill Connection." }, { "info": { "name": "listWindmillAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/windmill/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Windmill Connections from." } ] }, "docs": "List the Windmill Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getWindmillAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/windmill/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Windmill Connection to retrieve." } ] }, "docs": "Get the specified Windmill Connection by ID." }, { "info": { "name": "updateWindmillAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/windmill/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Windmill Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Windmill Connection." }, { "info": { "name": "deleteWindmillAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/windmill/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Windmill Connection to be deleted." } ] }, "docs": "Delete the specified Windmill Connection." }, { "info": { "name": "getWindmillAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/windmill/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Windmill Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Windmill Connection to retrieve." } ] }, "docs": "Get the specified Windmill Connection by name." }, { "info": { "name": "rotateWindmillAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/windmill/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Windmill Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Windmill Connection." }, { "info": { "name": "listAuth0AppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/auth0", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Auth0 Connections from." } ] }, "docs": "List the Auth0 Connections for the current organization or project." }, { "info": { "name": "createAuth0AppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/auth0", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Auth0 Connection." }, { "info": { "name": "listAuth0AvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/auth0/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Auth0 Connections from." } ] }, "docs": "List the Auth0 Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getAuth0AppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/auth0/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Auth0 Connection to retrieve." } ] }, "docs": "Get the specified Auth0 Connection by ID." }, { "info": { "name": "updateAuth0AppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/auth0/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Auth0 Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Auth0 Connection." }, { "info": { "name": "deleteAuth0AppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/auth0/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Auth0 Connection to be deleted." } ] }, "docs": "Delete the specified Auth0 Connection." }, { "info": { "name": "getAuth0AppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/auth0/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Auth0 Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Auth0 Connection to retrieve." } ] }, "docs": "Get the specified Auth0 Connection by name." }, { "info": { "name": "rotateAuth0AppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/auth0/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Auth0 Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Auth0 Connection." }, { "info": { "name": "listHashicorpVaultAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/hashicorp-vault", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Hashicorp Vault Connections from." } ] }, "docs": "List the Hashicorp Vault Connections for the current organization or project." }, { "info": { "name": "createHashicorpVaultAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/hashicorp-vault", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Hashicorp Vault Connection." }, { "info": { "name": "listHashicorpVaultAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/hashicorp-vault/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Hashicorp Vault Connections from." } ] }, "docs": "List the Hashicorp Vault Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getHashicorpVaultAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/hashicorp-vault/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Hashicorp Vault Connection to retrieve." } ] }, "docs": "Get the specified Hashicorp Vault Connection by ID." }, { "info": { "name": "updateHashicorpVaultAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/hashicorp-vault/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Hashicorp Vault Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Hashicorp Vault Connection." }, { "info": { "name": "deleteHashicorpVaultAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/hashicorp-vault/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Hashicorp Vault Connection to be deleted." } ] }, "docs": "Delete the specified Hashicorp Vault Connection." }, { "info": { "name": "getHashicorpVaultAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/hashicorp-vault/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Hashicorp Vault Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Hashicorp Vault Connection to retrieve." } ] }, "docs": "Get the specified Hashicorp Vault Connection by name." }, { "info": { "name": "rotateHashicorpVaultAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/hashicorp-vault/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Hashicorp Vault Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Hashicorp Vault Connection." }, { "info": { "name": "listLdapAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ldap", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list LDAP Connections from." } ] }, "docs": "List the LDAP Connections for the current organization or project." }, { "info": { "name": "createLdapAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/ldap", "body": { "type": "json", "data": "{}" } }, "docs": "Create a LDAP Connection." }, { "info": { "name": "listLdapAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ldap/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list LDAP Connections from." } ] }, "docs": "List the LDAP Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getLdapAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ldap/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the LDAP Connection to retrieve." } ] }, "docs": "Get the specified LDAP Connection by ID." }, { "info": { "name": "updateLdapAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/ldap/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the LDAP Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified LDAP Connection." }, { "info": { "name": "deleteLdapAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/ldap/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the LDAP Connection to be deleted." } ] }, "docs": "Delete the specified LDAP Connection." }, { "info": { "name": "getLdapAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ldap/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the LDAP Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the LDAP Connection to retrieve." } ] }, "docs": "Get the specified LDAP Connection by name." }, { "info": { "name": "rotateLdapAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/ldap/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the LDAP Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified LDAP Connection." }, { "info": { "name": "listTeamcityAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/teamcity", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list TeamCity Connections from." } ] }, "docs": "List the TeamCity Connections for the current organization or project." }, { "info": { "name": "createTeamcityAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/teamcity", "body": { "type": "json", "data": "{}" } }, "docs": "Create a TeamCity Connection." }, { "info": { "name": "listTeamcityAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/teamcity/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list TeamCity Connections from." } ] }, "docs": "List the TeamCity Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getTeamcityAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/teamcity/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the TeamCity Connection to retrieve." } ] }, "docs": "Get the specified TeamCity Connection by ID." }, { "info": { "name": "updateTeamcityAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/teamcity/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the TeamCity Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified TeamCity Connection." }, { "info": { "name": "deleteTeamcityAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/teamcity/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the TeamCity Connection to be deleted." } ] }, "docs": "Delete the specified TeamCity Connection." }, { "info": { "name": "getTeamcityAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/teamcity/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the TeamCity Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the TeamCity Connection to retrieve." } ] }, "docs": "Get the specified TeamCity Connection by name." }, { "info": { "name": "rotateTeamcityAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/teamcity/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the TeamCity Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified TeamCity Connection." }, { "info": { "name": "listOciAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/oci", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list OCI Connections from." } ] }, "docs": "List the OCI Connections for the current organization or project." }, { "info": { "name": "createOciAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/oci", "body": { "type": "json", "data": "{}" } }, "docs": "Create an OCI Connection." }, { "info": { "name": "listOciAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/oci/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list OCI Connections from." } ] }, "docs": "List the OCI Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getOciAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/oci/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OCI Connection to retrieve." } ] }, "docs": "Get the specified OCI Connection by ID." }, { "info": { "name": "updateOciAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/oci/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OCI Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified OCI Connection." }, { "info": { "name": "deleteOciAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/oci/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OCI Connection to be deleted." } ] }, "docs": "Delete the specified OCI Connection." }, { "info": { "name": "getOciAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/oci/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the OCI Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the OCI Connection to retrieve." } ] }, "docs": "Get the specified OCI Connection by name." }, { "info": { "name": "rotateOciAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/oci/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OCI Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified OCI Connection." }, { "info": { "name": "listOracleDbAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/oracledb", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list OracleDB Connections from." } ] }, "docs": "List the OracleDB Connections for the current organization or project." }, { "info": { "name": "createOracleDbAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/oracledb", "body": { "type": "json", "data": "{}" } }, "docs": "Create an OracleDB Connection." }, { "info": { "name": "listOracleDbAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/oracledb/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list OracleDB Connections from." } ] }, "docs": "List the OracleDB Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getOracleDbAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/oracledb/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OracleDB Connection to retrieve." } ] }, "docs": "Get the specified OracleDB Connection by ID." }, { "info": { "name": "updateOracleDbAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/oracledb/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OracleDB Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified OracleDB Connection." }, { "info": { "name": "deleteOracleDbAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/oracledb/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OracleDB Connection to be deleted." } ] }, "docs": "Delete the specified OracleDB Connection." }, { "info": { "name": "getOracleDbAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/oracledb/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the OracleDB Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the OracleDB Connection to retrieve." } ] }, "docs": "Get the specified OracleDB Connection by name." }, { "info": { "name": "rotateOracleDbAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/oracledb/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OracleDB Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified OracleDB Connection." }, { "info": { "name": "listOnePasswordAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/1password", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list 1Password Connections from." } ] }, "docs": "List the 1Password Connections for the current organization or project." }, { "info": { "name": "createOnePasswordAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/1password", "body": { "type": "json", "data": "{}" } }, "docs": "Create a 1Password Connection." }, { "info": { "name": "listOnePasswordAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/1password/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list 1Password Connections from." } ] }, "docs": "List the 1Password Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getOnePasswordAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/1password/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the 1Password Connection to retrieve." } ] }, "docs": "Get the specified 1Password Connection by ID." }, { "info": { "name": "updateOnePasswordAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/1password/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the 1Password Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified 1Password Connection." }, { "info": { "name": "deleteOnePasswordAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/1password/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the 1Password Connection to be deleted." } ] }, "docs": "Delete the specified 1Password Connection." }, { "info": { "name": "getOnePasswordAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/1password/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the 1Password Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the 1Password Connection to retrieve." } ] }, "docs": "Get the specified 1Password Connection by name." }, { "info": { "name": "rotateOnePasswordAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/1password/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the 1Password Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified 1Password Connection." }, { "info": { "name": "listHerokuAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/heroku", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Heroku Connections from." } ] }, "docs": "List the Heroku Connections for the current organization or project." }, { "info": { "name": "createHerokuAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/heroku", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Heroku Connection." }, { "info": { "name": "listHerokuAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/heroku/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Heroku Connections from." } ] }, "docs": "List the Heroku Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getHerokuAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/heroku/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Heroku Connection to retrieve." } ] }, "docs": "Get the specified Heroku Connection by ID." }, { "info": { "name": "updateHerokuAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/heroku/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Heroku Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Heroku Connection." }, { "info": { "name": "deleteHerokuAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/heroku/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Heroku Connection to be deleted." } ] }, "docs": "Delete the specified Heroku Connection." }, { "info": { "name": "getHerokuAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/heroku/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Heroku Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Heroku Connection to retrieve." } ] }, "docs": "Get the specified Heroku Connection by name." }, { "info": { "name": "rotateHerokuAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/heroku/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Heroku Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Heroku Connection." }, { "info": { "name": "listRenderAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/render", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Render Connections from." } ] }, "docs": "List the Render Connections for the current organization or project." }, { "info": { "name": "createRenderAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/render", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Render Connection." }, { "info": { "name": "listRenderAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/render/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Render Connections from." } ] }, "docs": "List the Render Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getRenderAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/render/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Render Connection to retrieve." } ] }, "docs": "Get the specified Render Connection by ID." }, { "info": { "name": "updateRenderAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/render/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Render Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Render Connection." }, { "info": { "name": "deleteRenderAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/render/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Render Connection to be deleted." } ] }, "docs": "Delete the specified Render Connection." }, { "info": { "name": "getRenderAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/render/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Render Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Render Connection to retrieve." } ] }, "docs": "Get the specified Render Connection by name." }, { "info": { "name": "rotateRenderAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/render/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Render Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Render Connection." }, { "info": { "name": "listLaravelForgeAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/laravel-forge", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Laravel Forge Connections from." } ] }, "docs": "List the Laravel Forge Connections for the current organization or project." }, { "info": { "name": "createLaravelForgeAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/laravel-forge", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Laravel Forge Connection." }, { "info": { "name": "listLaravelForgeAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/laravel-forge/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Laravel Forge Connections from." } ] }, "docs": "List the Laravel Forge Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getLaravelForgeAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/laravel-forge/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Laravel Forge Connection to retrieve." } ] }, "docs": "Get the specified Laravel Forge Connection by ID." }, { "info": { "name": "updateLaravelForgeAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/laravel-forge/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Laravel Forge Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Laravel Forge Connection." }, { "info": { "name": "deleteLaravelForgeAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/laravel-forge/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Laravel Forge Connection to be deleted." } ] }, "docs": "Delete the specified Laravel Forge Connection." }, { "info": { "name": "getLaravelForgeAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/laravel-forge/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Laravel Forge Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Laravel Forge Connection to retrieve." } ] }, "docs": "Get the specified Laravel Forge Connection by name." }, { "info": { "name": "rotateLaravelForgeAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/laravel-forge/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Laravel Forge Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Laravel Forge Connection." }, { "info": { "name": "listFlyioAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/flyio", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Fly.io Connections from." } ] }, "docs": "List the Fly.io Connections for the current organization or project." }, { "info": { "name": "createFlyioAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/flyio", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Fly.io Connection." }, { "info": { "name": "listFlyioAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/flyio/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Fly.io Connections from." } ] }, "docs": "List the Fly.io Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getFlyioAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/flyio/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Fly.io Connection to retrieve." } ] }, "docs": "Get the specified Fly.io Connection by ID." }, { "info": { "name": "updateFlyioAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/flyio/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Fly.io Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Fly.io Connection." }, { "info": { "name": "deleteFlyioAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/flyio/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Fly.io Connection to be deleted." } ] }, "docs": "Delete the specified Fly.io Connection." }, { "info": { "name": "getFlyioAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/flyio/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Fly.io Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Fly.io Connection to retrieve." } ] }, "docs": "Get the specified Fly.io Connection by name." }, { "info": { "name": "rotateFlyioAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/flyio/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Fly.io Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Fly.io Connection." }, { "info": { "name": "listGitLabAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/gitlab", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list GitLab Connections from." } ] }, "docs": "List the GitLab Connections for the current organization or project." }, { "info": { "name": "createGitLabAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/gitlab", "body": { "type": "json", "data": "{}" } }, "docs": "Create a GitLab Connection." }, { "info": { "name": "listGitLabAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/gitlab/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list GitLab Connections from." } ] }, "docs": "List the GitLab Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getGitLabAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/gitlab/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitLab Connection to retrieve." } ] }, "docs": "Get the specified GitLab Connection by ID." }, { "info": { "name": "updateGitLabAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/gitlab/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitLab Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified GitLab Connection." }, { "info": { "name": "deleteGitLabAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/gitlab/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitLab Connection to be deleted." } ] }, "docs": "Delete the specified GitLab Connection." }, { "info": { "name": "getGitLabAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/gitlab/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the GitLab Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the GitLab Connection to retrieve." } ] }, "docs": "Get the specified GitLab Connection by name." }, { "info": { "name": "rotateGitLabAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/gitlab/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GitLab Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified GitLab Connection." }, { "info": { "name": "listCloudflareAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/cloudflare", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Cloudflare Connections from." } ] }, "docs": "List the Cloudflare Connections for the current organization or project." }, { "info": { "name": "createCloudflareAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/cloudflare", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Cloudflare Connection." }, { "info": { "name": "listCloudflareAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/cloudflare/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Cloudflare Connections from." } ] }, "docs": "List the Cloudflare Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getCloudflareAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/cloudflare/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Cloudflare Connection to retrieve." } ] }, "docs": "Get the specified Cloudflare Connection by ID." }, { "info": { "name": "updateCloudflareAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/cloudflare/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Cloudflare Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Cloudflare Connection." }, { "info": { "name": "deleteCloudflareAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/cloudflare/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Cloudflare Connection to be deleted." } ] }, "docs": "Delete the specified Cloudflare Connection." }, { "info": { "name": "getCloudflareAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/cloudflare/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Cloudflare Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Cloudflare Connection to retrieve." } ] }, "docs": "Get the specified Cloudflare Connection by name." }, { "info": { "name": "rotateCloudflareAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/cloudflare/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Cloudflare Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Cloudflare Connection." }, { "info": { "name": "listDnsMadeEasyAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/dns-made-easy", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list DNS Made Easy Connections from." } ] }, "docs": "List the DNS Made Easy Connections for the current organization or project." }, { "info": { "name": "createDnsMadeEasyAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/dns-made-easy", "body": { "type": "json", "data": "{}" } }, "docs": "Create a DNS Made Easy Connection." }, { "info": { "name": "listDnsMadeEasyAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/dns-made-easy/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list DNS Made Easy Connections from." } ] }, "docs": "List the DNS Made Easy Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getDnsMadeEasyAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/dns-made-easy/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DNS Made Easy Connection to retrieve." } ] }, "docs": "Get the specified DNS Made Easy Connection by ID." }, { "info": { "name": "updateDnsMadeEasyAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/dns-made-easy/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DNS Made Easy Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified DNS Made Easy Connection." }, { "info": { "name": "deleteDnsMadeEasyAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/dns-made-easy/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DNS Made Easy Connection to be deleted." } ] }, "docs": "Delete the specified DNS Made Easy Connection." }, { "info": { "name": "getDnsMadeEasyAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/dns-made-easy/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the DNS Made Easy Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the DNS Made Easy Connection to retrieve." } ] }, "docs": "Get the specified DNS Made Easy Connection by name." }, { "info": { "name": "rotateDnsMadeEasyAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/dns-made-easy/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DNS Made Easy Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified DNS Made Easy Connection." }, { "info": { "name": "listBitbucketAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/bitbucket", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Bitbucket Connections from." } ] }, "docs": "List the Bitbucket Connections for the current organization or project." }, { "info": { "name": "createBitbucketAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/bitbucket", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Bitbucket Connection." }, { "info": { "name": "listBitbucketAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/bitbucket/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Bitbucket Connections from." } ] }, "docs": "List the Bitbucket Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getBitbucketAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/bitbucket/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Bitbucket Connection to retrieve." } ] }, "docs": "Get the specified Bitbucket Connection by ID." }, { "info": { "name": "updateBitbucketAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/bitbucket/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Bitbucket Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Bitbucket Connection." }, { "info": { "name": "deleteBitbucketAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/bitbucket/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Bitbucket Connection to be deleted." } ] }, "docs": "Delete the specified Bitbucket Connection." }, { "info": { "name": "getBitbucketAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/bitbucket/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Bitbucket Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Bitbucket Connection to retrieve." } ] }, "docs": "Get the specified Bitbucket Connection by name." }, { "info": { "name": "rotateBitbucketAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/bitbucket/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Bitbucket Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Bitbucket Connection." }, { "info": { "name": "listZabbixAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/zabbix", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Zabbix Connections from." } ] }, "docs": "List the Zabbix Connections for the current organization or project." }, { "info": { "name": "createZabbixAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/zabbix", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Zabbix Connection." }, { "info": { "name": "listZabbixAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/zabbix/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Zabbix Connections from." } ] }, "docs": "List the Zabbix Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getZabbixAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/zabbix/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Zabbix Connection to retrieve." } ] }, "docs": "Get the specified Zabbix Connection by ID." }, { "info": { "name": "updateZabbixAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/zabbix/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Zabbix Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Zabbix Connection." }, { "info": { "name": "deleteZabbixAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/zabbix/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Zabbix Connection to be deleted." } ] }, "docs": "Delete the specified Zabbix Connection." }, { "info": { "name": "getZabbixAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/zabbix/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Zabbix Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Zabbix Connection to retrieve." } ] }, "docs": "Get the specified Zabbix Connection by name." }, { "info": { "name": "rotateZabbixAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/zabbix/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Zabbix Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Zabbix Connection." }, { "info": { "name": "listRailwayAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/railway", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Railway Connections from." } ] }, "docs": "List the Railway Connections for the current organization or project." }, { "info": { "name": "createRailwayAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/railway", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Railway Connection." }, { "info": { "name": "listRailwayAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/railway/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Railway Connections from." } ] }, "docs": "List the Railway Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getRailwayAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/railway/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Railway Connection to retrieve." } ] }, "docs": "Get the specified Railway Connection by ID." }, { "info": { "name": "updateRailwayAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/railway/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Railway Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Railway Connection." }, { "info": { "name": "deleteRailwayAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/railway/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Railway Connection to be deleted." } ] }, "docs": "Delete the specified Railway Connection." }, { "info": { "name": "getRailwayAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/railway/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Railway Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Railway Connection to retrieve." } ] }, "docs": "Get the specified Railway Connection by name." }, { "info": { "name": "rotateRailwayAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/railway/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Railway Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Railway Connection." }, { "info": { "name": "listChecklyAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/checkly", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Checkly Connections from." } ] }, "docs": "List the Checkly Connections for the current organization or project." }, { "info": { "name": "createChecklyAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/checkly", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Checkly Connection." }, { "info": { "name": "listChecklyAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/checkly/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Checkly Connections from." } ] }, "docs": "List the Checkly Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getChecklyAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/checkly/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Checkly Connection to retrieve." } ] }, "docs": "Get the specified Checkly Connection by ID." }, { "info": { "name": "updateChecklyAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/checkly/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Checkly Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Checkly Connection." }, { "info": { "name": "deleteChecklyAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/checkly/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Checkly Connection to be deleted." } ] }, "docs": "Delete the specified Checkly Connection." }, { "info": { "name": "getChecklyAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/checkly/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Checkly Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Checkly Connection to retrieve." } ] }, "docs": "Get the specified Checkly Connection by name." }, { "info": { "name": "rotateChecklyAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/checkly/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Checkly Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Checkly Connection." }, { "info": { "name": "listSupabaseAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/supabase", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Supabase Connections from." } ] }, "docs": "List the Supabase Connections for the current organization or project." }, { "info": { "name": "createSupabaseAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/supabase", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Supabase Connection." }, { "info": { "name": "listSupabaseAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/supabase/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Supabase Connections from." } ] }, "docs": "List the Supabase Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getSupabaseAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/supabase/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Supabase Connection to retrieve." } ] }, "docs": "Get the specified Supabase Connection by ID." }, { "info": { "name": "updateSupabaseAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/supabase/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Supabase Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Supabase Connection." }, { "info": { "name": "deleteSupabaseAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/supabase/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Supabase Connection to be deleted." } ] }, "docs": "Delete the specified Supabase Connection." }, { "info": { "name": "getSupabaseAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/supabase/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Supabase Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Supabase Connection to retrieve." } ] }, "docs": "Get the specified Supabase Connection by name." }, { "info": { "name": "rotateSupabaseAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/supabase/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Supabase Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Supabase Connection." }, { "info": { "name": "listDigitalOceanAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/digital-ocean", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list DigitalOcean App Platform Connections from." } ] }, "docs": "List the DigitalOcean App Platform Connections for the current organization or project." }, { "info": { "name": "createDigitalOceanAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/digital-ocean", "body": { "type": "json", "data": "{}" } }, "docs": "Create a DigitalOcean App Platform Connection." }, { "info": { "name": "listDigitalOceanAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/digital-ocean/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list DigitalOcean App Platform Connections from." } ] }, "docs": "List the DigitalOcean App Platform Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getDigitalOceanAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/digital-ocean/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DigitalOcean App Platform Connection to retrieve." } ] }, "docs": "Get the specified DigitalOcean App Platform Connection by ID." }, { "info": { "name": "updateDigitalOceanAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/digital-ocean/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DigitalOcean App Platform Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified DigitalOcean App Platform Connection." }, { "info": { "name": "deleteDigitalOceanAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/digital-ocean/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DigitalOcean App Platform Connection to be deleted." } ] }, "docs": "Delete the specified DigitalOcean App Platform Connection." }, { "info": { "name": "getDigitalOceanAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/digital-ocean/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the DigitalOcean App Platform Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the DigitalOcean App Platform Connection to retrieve." } ] }, "docs": "Get the specified DigitalOcean App Platform Connection by name." }, { "info": { "name": "rotateDigitalOceanAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/digital-ocean/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DigitalOcean App Platform Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified DigitalOcean App Platform Connection." }, { "info": { "name": "listNetlifyAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/netlify", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Netlify Connections from." } ] }, "docs": "List the Netlify Connections for the current organization or project." }, { "info": { "name": "createNetlifyAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/netlify", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Netlify Connection." }, { "info": { "name": "listNetlifyAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/netlify/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Netlify Connections from." } ] }, "docs": "List the Netlify Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getNetlifyAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/netlify/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Netlify Connection to retrieve." } ] }, "docs": "Get the specified Netlify Connection by ID." }, { "info": { "name": "updateNetlifyAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/netlify/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Netlify Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Netlify Connection." }, { "info": { "name": "deleteNetlifyAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/netlify/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Netlify Connection to be deleted." } ] }, "docs": "Delete the specified Netlify Connection." }, { "info": { "name": "getNetlifyAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/netlify/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Netlify Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Netlify Connection to retrieve." } ] }, "docs": "Get the specified Netlify Connection by name." }, { "info": { "name": "rotateNetlifyAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/netlify/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Netlify Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Netlify Connection." }, { "info": { "name": "listNorthflankAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/northflank", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Northflank Connections from." } ] }, "docs": "List the Northflank Connections for the current organization or project." }, { "info": { "name": "createNorthflankAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/northflank", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Northflank Connection." }, { "info": { "name": "listNorthflankAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/northflank/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Northflank Connections from." } ] }, "docs": "List the Northflank Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getNorthflankAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/northflank/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Northflank Connection to retrieve." } ] }, "docs": "Get the specified Northflank Connection by ID." }, { "info": { "name": "updateNorthflankAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/northflank/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Northflank Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Northflank Connection." }, { "info": { "name": "deleteNorthflankAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/northflank/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Northflank Connection to be deleted." } ] }, "docs": "Delete the specified Northflank Connection." }, { "info": { "name": "getNorthflankAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/northflank/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Northflank Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Northflank Connection to retrieve." } ] }, "docs": "Get the specified Northflank Connection by name." }, { "info": { "name": "rotateNorthflankAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/northflank/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Northflank Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Northflank Connection." }, { "info": { "name": "listOktaAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/okta", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Okta Connections from." } ] }, "docs": "List the Okta Connections for the current organization or project." }, { "info": { "name": "createOktaAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/okta", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Okta Connection." }, { "info": { "name": "listOktaAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/okta/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Okta Connections from." } ] }, "docs": "List the Okta Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getOktaAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/okta/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Okta Connection to retrieve." } ] }, "docs": "Get the specified Okta Connection by ID." }, { "info": { "name": "updateOktaAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/okta/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Okta Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Okta Connection." }, { "info": { "name": "deleteOktaAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/okta/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Okta Connection to be deleted." } ] }, "docs": "Delete the specified Okta Connection." }, { "info": { "name": "getOktaAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/okta/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Okta Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Okta Connection to retrieve." } ] }, "docs": "Get the specified Okta Connection by name." }, { "info": { "name": "rotateOktaAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/okta/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Okta Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Okta Connection." }, { "info": { "name": "listRedisAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/redis", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Redis Connections from." } ] }, "docs": "List the Redis Connections for the current organization or project." }, { "info": { "name": "createRedisAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/redis", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Redis Connection." }, { "info": { "name": "listRedisAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/redis/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Redis Connections from." } ] }, "docs": "List the Redis Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getRedisAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/redis/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Redis Connection to retrieve." } ] }, "docs": "Get the specified Redis Connection by ID." }, { "info": { "name": "updateRedisAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/redis/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Redis Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Redis Connection." }, { "info": { "name": "deleteRedisAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/redis/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Redis Connection to be deleted." } ] }, "docs": "Delete the specified Redis Connection." }, { "info": { "name": "getRedisAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/redis/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Redis Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Redis Connection to retrieve." } ] }, "docs": "Get the specified Redis Connection by name." }, { "info": { "name": "rotateRedisAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/redis/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Redis Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Redis Connection." }, { "info": { "name": "listMongoDbAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mongodb", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list MongoDB Connections from." } ] }, "docs": "List the MongoDB Connections for the current organization or project." }, { "info": { "name": "createMongoDbAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/mongodb", "body": { "type": "json", "data": "{}" } }, "docs": "Create a MongoDB Connection." }, { "info": { "name": "listMongoDbAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mongodb/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list MongoDB Connections from." } ] }, "docs": "List the MongoDB Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getMongoDbAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mongodb/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the MongoDB Connection to retrieve." } ] }, "docs": "Get the specified MongoDB Connection by ID." }, { "info": { "name": "updateMongoDbAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/mongodb/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the MongoDB Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified MongoDB Connection." }, { "info": { "name": "deleteMongoDbAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/mongodb/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the MongoDB Connection to be deleted." } ] }, "docs": "Delete the specified MongoDB Connection." }, { "info": { "name": "getMongoDbAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/mongodb/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the MongoDB Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the MongoDB Connection to retrieve." } ] }, "docs": "Get the specified MongoDB Connection by name." }, { "info": { "name": "rotateMongoDbAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/mongodb/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the MongoDB Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified MongoDB Connection." }, { "info": { "name": "listChefAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/chef", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Chef Connections from." } ] }, "docs": "List the Chef Connections for the current organization or project." }, { "info": { "name": "createChefAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/chef", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Chef Connection." }, { "info": { "name": "listChefAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/chef/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Chef Connections from." } ] }, "docs": "List the Chef Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getChefAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/chef/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Chef Connection to retrieve." } ] }, "docs": "Get the specified Chef Connection by ID." }, { "info": { "name": "updateChefAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/chef/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Chef Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Chef Connection." }, { "info": { "name": "deleteChefAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/chef/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Chef Connection to be deleted." } ] }, "docs": "Delete the specified Chef Connection." }, { "info": { "name": "getChefAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/chef/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Chef Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Chef Connection to retrieve." } ] }, "docs": "Get the specified Chef Connection by name." }, { "info": { "name": "rotateChefAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/chef/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Chef Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Chef Connection." }, { "info": { "name": "listOctopusDeployAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/octopus-deploy", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Octopus Deploy Connections from." } ] }, "docs": "List the Octopus Deploy Connections for the current organization or project." }, { "info": { "name": "createOctopusDeployAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/octopus-deploy", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Octopus Deploy Connection." }, { "info": { "name": "listOctopusDeployAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/octopus-deploy/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Octopus Deploy Connections from." } ] }, "docs": "List the Octopus Deploy Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getOctopusDeployAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/octopus-deploy/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Octopus Deploy Connection to retrieve." } ] }, "docs": "Get the specified Octopus Deploy Connection by ID." }, { "info": { "name": "updateOctopusDeployAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/octopus-deploy/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Octopus Deploy Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Octopus Deploy Connection." }, { "info": { "name": "deleteOctopusDeployAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/octopus-deploy/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Octopus Deploy Connection to be deleted." } ] }, "docs": "Delete the specified Octopus Deploy Connection." }, { "info": { "name": "getOctopusDeployAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/octopus-deploy/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Octopus Deploy Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Octopus Deploy Connection to retrieve." } ] }, "docs": "Get the specified Octopus Deploy Connection by name." }, { "info": { "name": "rotateOctopusDeployAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/octopus-deploy/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Octopus Deploy Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Octopus Deploy Connection." }, { "info": { "name": "listSshAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ssh", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list SSH Connections from." } ] }, "docs": "List the SSH Connections for the current organization or project." }, { "info": { "name": "createSshAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/ssh", "body": { "type": "json", "data": "{}" } }, "docs": "Create a SSH Connection." }, { "info": { "name": "listSshAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ssh/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list SSH Connections from." } ] }, "docs": "List the SSH Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getSshAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ssh/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the SSH Connection to retrieve." } ] }, "docs": "Get the specified SSH Connection by ID." }, { "info": { "name": "updateSshAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/ssh/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the SSH Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified SSH Connection." }, { "info": { "name": "deleteSshAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/ssh/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the SSH Connection to be deleted." } ] }, "docs": "Delete the specified SSH Connection." }, { "info": { "name": "getSshAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ssh/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the SSH Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the SSH Connection to retrieve." } ] }, "docs": "Get the specified SSH Connection by name." }, { "info": { "name": "rotateSshAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/ssh/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the SSH Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified SSH Connection." }, { "info": { "name": "listDbtAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/dbt", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list DBT Connections from." } ] }, "docs": "List the DBT Connections for the current organization or project." }, { "info": { "name": "createDbtAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/dbt", "body": { "type": "json", "data": "{}" } }, "docs": "Create a DBT Connection." }, { "info": { "name": "listDbtAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/dbt/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list DBT Connections from." } ] }, "docs": "List the DBT Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getDbtAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/dbt/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DBT Connection to retrieve." } ] }, "docs": "Get the specified DBT Connection by ID." }, { "info": { "name": "updateDbtAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/dbt/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DBT Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified DBT Connection." }, { "info": { "name": "deleteDbtAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/dbt/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DBT Connection to be deleted." } ] }, "docs": "Delete the specified DBT Connection." }, { "info": { "name": "getDbtAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/dbt/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the DBT Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the DBT Connection to retrieve." } ] }, "docs": "Get the specified DBT Connection by name." }, { "info": { "name": "rotateDbtAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/dbt/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DBT Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified DBT Connection." }, { "info": { "name": "listSmbAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/smb", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list SMB Connections from." } ] }, "docs": "List the SMB Connections for the current organization or project." }, { "info": { "name": "createSmbAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/smb", "body": { "type": "json", "data": "{}" } }, "docs": "Create a SMB Connection." }, { "info": { "name": "listSmbAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/smb/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list SMB Connections from." } ] }, "docs": "List the SMB Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getSmbAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/smb/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the SMB Connection to retrieve." } ] }, "docs": "Get the specified SMB Connection by ID." }, { "info": { "name": "updateSmbAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/smb/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the SMB Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified SMB Connection." }, { "info": { "name": "deleteSmbAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/smb/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the SMB Connection to be deleted." } ] }, "docs": "Delete the specified SMB Connection." }, { "info": { "name": "getSmbAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/smb/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the SMB Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the SMB Connection to retrieve." } ] }, "docs": "Get the specified SMB Connection by name." }, { "info": { "name": "rotateSmbAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/smb/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the SMB Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified SMB Connection." }, { "info": { "name": "listOpenRouterAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/open-router", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list OpenRouter Connections from." } ] }, "docs": "List the OpenRouter Connections for the current organization or project." }, { "info": { "name": "createOpenRouterAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/open-router", "body": { "type": "json", "data": "{}" } }, "docs": "Create an OpenRouter Connection." }, { "info": { "name": "listOpenRouterAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/open-router/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list OpenRouter Connections from." } ] }, "docs": "List the OpenRouter Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getOpenRouterAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/open-router/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OpenRouter Connection to retrieve." } ] }, "docs": "Get the specified OpenRouter Connection by ID." }, { "info": { "name": "updateOpenRouterAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/open-router/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OpenRouter Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified OpenRouter Connection." }, { "info": { "name": "deleteOpenRouterAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/open-router/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OpenRouter Connection to be deleted." } ] }, "docs": "Delete the specified OpenRouter Connection." }, { "info": { "name": "getOpenRouterAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/open-router/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the OpenRouter Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the OpenRouter Connection to retrieve." } ] }, "docs": "Get the specified OpenRouter Connection by name." }, { "info": { "name": "rotateOpenRouterAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/open-router/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OpenRouter Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified OpenRouter Connection." }, { "info": { "name": "listCircleciAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/circleci", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list CircleCI Connections from." } ] }, "docs": "List the CircleCI Connections for the current organization or project." }, { "info": { "name": "createCircleciAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/circleci", "body": { "type": "json", "data": "{}" } }, "docs": "Create a CircleCI Connection." }, { "info": { "name": "listCircleciAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/circleci/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list CircleCI Connections from." } ] }, "docs": "List the CircleCI Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getCircleciAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/circleci/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the CircleCI Connection to retrieve." } ] }, "docs": "Get the specified CircleCI Connection by ID." }, { "info": { "name": "updateCircleciAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/circleci/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the CircleCI Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified CircleCI Connection." }, { "info": { "name": "deleteCircleciAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/circleci/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the CircleCI Connection to be deleted." } ] }, "docs": "Delete the specified CircleCI Connection." }, { "info": { "name": "getCircleciAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/circleci/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the CircleCI Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the CircleCI Connection to retrieve." } ] }, "docs": "Get the specified CircleCI Connection by name." }, { "info": { "name": "rotateCircleciAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/circleci/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the CircleCI Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified CircleCI Connection." }, { "info": { "name": "listAzureEntraIdAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-entra-id", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure Entra ID Connections from." } ] }, "docs": "List the Azure Entra ID Connections for the current organization or project." }, { "info": { "name": "createAzureEntraIdAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-entra-id", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Azure Entra ID Connection." }, { "info": { "name": "listAzureEntraIdAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-entra-id/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Azure Entra ID Connections from." } ] }, "docs": "List the Azure Entra ID Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getAzureEntraIdAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-entra-id/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Entra ID Connection to retrieve." } ] }, "docs": "Get the specified Azure Entra ID Connection by ID." }, { "info": { "name": "updateAzureEntraIdAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/azure-entra-id/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Entra ID Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Azure Entra ID Connection." }, { "info": { "name": "deleteAzureEntraIdAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/azure-entra-id/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Entra ID Connection to be deleted." } ] }, "docs": "Delete the specified Azure Entra ID Connection." }, { "info": { "name": "getAzureEntraIdAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/azure-entra-id/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Azure Entra ID Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Azure Entra ID Connection to retrieve." } ] }, "docs": "Get the specified Azure Entra ID Connection by name." }, { "info": { "name": "rotateAzureEntraIdAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/azure-entra-id/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Azure Entra ID Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Azure Entra ID Connection." }, { "info": { "name": "listVenafiAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/venafi", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Venafi TLS Protect Cloud Connections from." } ] }, "docs": "List the Venafi TLS Protect Cloud Connections for the current organization or project." }, { "info": { "name": "createVenafiAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/venafi", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Venafi TLS Protect Cloud Connection." }, { "info": { "name": "listVenafiAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/venafi/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Venafi TLS Protect Cloud Connections from." } ] }, "docs": "List the Venafi TLS Protect Cloud Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getVenafiAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/venafi/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Venafi TLS Protect Cloud Connection to retrieve." } ] }, "docs": "Get the specified Venafi TLS Protect Cloud Connection by ID." }, { "info": { "name": "updateVenafiAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/venafi/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Venafi TLS Protect Cloud Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Venafi TLS Protect Cloud Connection." }, { "info": { "name": "deleteVenafiAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/venafi/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Venafi TLS Protect Cloud Connection to be deleted." } ] }, "docs": "Delete the specified Venafi TLS Protect Cloud Connection." }, { "info": { "name": "getVenafiAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/venafi/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Venafi TLS Protect Cloud Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Venafi TLS Protect Cloud Connection to retrieve." } ] }, "docs": "Get the specified Venafi TLS Protect Cloud Connection by name." }, { "info": { "name": "rotateVenafiAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/venafi/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Venafi TLS Protect Cloud Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Venafi TLS Protect Cloud Connection." }, { "info": { "name": "listVenafiTppAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/venafi-tpp", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Venafi TPP Connections from." } ] }, "docs": "List the Venafi TPP Connections for the current organization or project." }, { "info": { "name": "createVenafiTppAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/venafi-tpp", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Venafi TPP Connection." }, { "info": { "name": "listVenafiTppAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/venafi-tpp/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Venafi TPP Connections from." } ] }, "docs": "List the Venafi TPP Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getVenafiTppAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/venafi-tpp/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Venafi TPP Connection to retrieve." } ] }, "docs": "Get the specified Venafi TPP Connection by ID." }, { "info": { "name": "updateVenafiTppAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/venafi-tpp/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Venafi TPP Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Venafi TPP Connection." }, { "info": { "name": "deleteVenafiTppAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/venafi-tpp/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Venafi TPP Connection to be deleted." } ] }, "docs": "Delete the specified Venafi TPP Connection." }, { "info": { "name": "getVenafiTppAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/venafi-tpp/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Venafi TPP Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Venafi TPP Connection to retrieve." } ] }, "docs": "Get the specified Venafi TPP Connection by name." }, { "info": { "name": "rotateVenafiTppAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/venafi-tpp/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Venafi TPP Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Venafi TPP Connection." }, { "info": { "name": "listExternalInfisicalAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/external-infisical", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Infisical Connections from." } ] }, "docs": "List the Infisical Connections for the current organization or project." }, { "info": { "name": "createExternalInfisicalAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/external-infisical", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Infisical Connection." }, { "info": { "name": "listExternalInfisicalAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/external-infisical/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Infisical Connections from." } ] }, "docs": "List the Infisical Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getExternalInfisicalAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/external-infisical/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Infisical Connection to retrieve." } ] }, "docs": "Get the specified Infisical Connection by ID." }, { "info": { "name": "updateExternalInfisicalAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/external-infisical/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Infisical Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Infisical Connection." }, { "info": { "name": "deleteExternalInfisicalAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/external-infisical/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Infisical Connection to be deleted." } ] }, "docs": "Delete the specified Infisical Connection." }, { "info": { "name": "getExternalInfisicalAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/external-infisical/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Infisical Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Infisical Connection to retrieve." } ] }, "docs": "Get the specified Infisical Connection by name." }, { "info": { "name": "rotateExternalInfisicalAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/external-infisical/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Infisical Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Infisical Connection." }, { "info": { "name": "listDopplerAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/doppler", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Doppler Connections from." } ] }, "docs": "List the Doppler Connections for the current organization or project." }, { "info": { "name": "createDopplerAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/doppler", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Doppler Connection." }, { "info": { "name": "listDopplerAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/doppler/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Doppler Connections from." } ] }, "docs": "List the Doppler Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getDopplerAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/doppler/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Doppler Connection to retrieve." } ] }, "docs": "Get the specified Doppler Connection by ID." }, { "info": { "name": "updateDopplerAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/doppler/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Doppler Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Doppler Connection." }, { "info": { "name": "deleteDopplerAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/doppler/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Doppler Connection to be deleted." } ] }, "docs": "Delete the specified Doppler Connection." }, { "info": { "name": "getDopplerAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/doppler/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Doppler Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Doppler Connection to retrieve." } ] }, "docs": "Get the specified Doppler Connection by name." }, { "info": { "name": "rotateDopplerAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/doppler/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Doppler Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Doppler Connection." }, { "info": { "name": "listNetscalerAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/netscaler", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list NetScaler Connections from." } ] }, "docs": "List the NetScaler Connections for the current organization or project." }, { "info": { "name": "createNetscalerAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/netscaler", "body": { "type": "json", "data": "{}" } }, "docs": "Create a NetScaler Connection." }, { "info": { "name": "listNetscalerAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/netscaler/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list NetScaler Connections from." } ] }, "docs": "List the NetScaler Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getNetscalerAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/netscaler/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the NetScaler Connection to retrieve." } ] }, "docs": "Get the specified NetScaler Connection by ID." }, { "info": { "name": "updateNetscalerAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/netscaler/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the NetScaler Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified NetScaler Connection." }, { "info": { "name": "deleteNetscalerAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/netscaler/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the NetScaler Connection to be deleted." } ] }, "docs": "Delete the specified NetScaler Connection." }, { "info": { "name": "getNetscalerAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/netscaler/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the NetScaler Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the NetScaler Connection to retrieve." } ] }, "docs": "Get the specified NetScaler Connection by name." }, { "info": { "name": "rotateNetscalerAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/netscaler/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the NetScaler Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified NetScaler Connection." }, { "info": { "name": "listAnthropicAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/anthropic", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Anthropic Connections from." } ] }, "docs": "List the Anthropic Connections for the current organization or project." }, { "info": { "name": "createAnthropicAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/anthropic", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Anthropic Connection." }, { "info": { "name": "listAnthropicAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/anthropic/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Anthropic Connections from." } ] }, "docs": "List the Anthropic Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getAnthropicAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/anthropic/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Anthropic Connection to retrieve." } ] }, "docs": "Get the specified Anthropic Connection by ID." }, { "info": { "name": "updateAnthropicAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/anthropic/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Anthropic Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Anthropic Connection." }, { "info": { "name": "deleteAnthropicAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/anthropic/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Anthropic Connection to be deleted." } ] }, "docs": "Delete the specified Anthropic Connection." }, { "info": { "name": "getAnthropicAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/anthropic/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Anthropic Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Anthropic Connection to retrieve." } ] }, "docs": "Get the specified Anthropic Connection by name." }, { "info": { "name": "rotateAnthropicAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/anthropic/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Anthropic Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Anthropic Connection." }, { "info": { "name": "listOvhAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ovh", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list OVH Connections from." } ] }, "docs": "List the OVH Connections for the current organization or project." }, { "info": { "name": "createOvhAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/ovh", "body": { "type": "json", "data": "{}" } }, "docs": "Create an OVH Connection." }, { "info": { "name": "listOvhAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ovh/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list OVH Connections from." } ] }, "docs": "List the OVH Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getOvhAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ovh/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OVH Connection to retrieve." } ] }, "docs": "Get the specified OVH Connection by ID." }, { "info": { "name": "updateOvhAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/ovh/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OVH Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified OVH Connection." }, { "info": { "name": "deleteOvhAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/ovh/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OVH Connection to be deleted." } ] }, "docs": "Delete the specified OVH Connection." }, { "info": { "name": "getOvhAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ovh/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the OVH Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the OVH Connection to retrieve." } ] }, "docs": "Get the specified OVH Connection by name." }, { "info": { "name": "rotateOvhAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/ovh/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the OVH Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified OVH Connection." }, { "info": { "name": "listDevinAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/devin", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Devin Connections from." } ] }, "docs": "List the Devin Connections for the current organization or project." }, { "info": { "name": "createDevinAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/devin", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Devin Connection." }, { "info": { "name": "listDevinAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/devin/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Devin Connections from." } ] }, "docs": "List the Devin Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getDevinAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/devin/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Devin Connection to retrieve." } ] }, "docs": "Get the specified Devin Connection by ID." }, { "info": { "name": "updateDevinAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/devin/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Devin Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Devin Connection." }, { "info": { "name": "deleteDevinAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/devin/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Devin Connection to be deleted." } ] }, "docs": "Delete the specified Devin Connection." }, { "info": { "name": "getDevinAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/devin/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Devin Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Devin Connection to retrieve." } ] }, "docs": "Get the specified Devin Connection by name." }, { "info": { "name": "rotateDevinAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/devin/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Devin Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Devin Connection." }, { "info": { "name": "listOnaAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ona", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Ona Connections from." } ] }, "docs": "List the Ona Connections for the current organization or project." }, { "info": { "name": "createOnaAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/ona", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Ona Connection." }, { "info": { "name": "listOnaAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ona/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Ona Connections from." } ] }, "docs": "List the Ona Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getOnaAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ona/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Ona Connection to retrieve." } ] }, "docs": "Get the specified Ona Connection by ID." }, { "info": { "name": "updateOnaAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/ona/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Ona Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Ona Connection." }, { "info": { "name": "deleteOnaAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/ona/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Ona Connection to be deleted." } ] }, "docs": "Delete the specified Ona Connection." }, { "info": { "name": "getOnaAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/ona/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Ona Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Ona Connection to retrieve." } ] }, "docs": "Get the specified Ona Connection by name." }, { "info": { "name": "rotateOnaAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/ona/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Ona Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Ona Connection." }, { "info": { "name": "listDigicertAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/digicert", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list DigiCert Connections from." } ] }, "docs": "List the DigiCert Connections for the current organization or project." }, { "info": { "name": "createDigicertAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/digicert", "body": { "type": "json", "data": "{}" } }, "docs": "Create a DigiCert Connection." }, { "info": { "name": "listDigicertAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/digicert/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list DigiCert Connections from." } ] }, "docs": "List the DigiCert Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getDigicertAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/digicert/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DigiCert Connection to retrieve." } ] }, "docs": "Get the specified DigiCert Connection by ID." }, { "info": { "name": "updateDigicertAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/digicert/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DigiCert Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified DigiCert Connection." }, { "info": { "name": "deleteDigicertAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/digicert/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DigiCert Connection to be deleted." } ] }, "docs": "Delete the specified DigiCert Connection." }, { "info": { "name": "getDigicertAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/digicert/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the DigiCert Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the DigiCert Connection to retrieve." } ] }, "docs": "Get the specified DigiCert Connection by name." }, { "info": { "name": "rotateDigicertAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/digicert/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the DigiCert Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified DigiCert Connection." }, { "info": { "name": "listGodaddyAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/godaddy", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list GoDaddy Connections from." } ] }, "docs": "List the GoDaddy Connections for the current organization or project." }, { "info": { "name": "createGodaddyAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/godaddy", "body": { "type": "json", "data": "{}" } }, "docs": "Create a GoDaddy Connection." }, { "info": { "name": "listGodaddyAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/godaddy/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list GoDaddy Connections from." } ] }, "docs": "List the GoDaddy Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getGodaddyAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/godaddy/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GoDaddy Connection to retrieve." } ] }, "docs": "Get the specified GoDaddy Connection by ID." }, { "info": { "name": "updateGodaddyAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/godaddy/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GoDaddy Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified GoDaddy Connection." }, { "info": { "name": "deleteGodaddyAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/godaddy/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GoDaddy Connection to be deleted." } ] }, "docs": "Delete the specified GoDaddy Connection." }, { "info": { "name": "getGodaddyAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/godaddy/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the GoDaddy Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the GoDaddy Connection to retrieve." } ] }, "docs": "Get the specified GoDaddy Connection by name." }, { "info": { "name": "rotateGodaddyAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/godaddy/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the GoDaddy Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified GoDaddy Connection." }, { "info": { "name": "listTravisCIAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/travis-ci", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Travis CI Connections from." } ] }, "docs": "List the Travis CI Connections for the current organization or project." }, { "info": { "name": "createTravisCIAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/travis-ci", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Travis CI Connection." }, { "info": { "name": "listTravisCIAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/travis-ci/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Travis CI Connections from." } ] }, "docs": "List the Travis CI Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getTravisCIAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/travis-ci/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Travis CI Connection to retrieve." } ] }, "docs": "Get the specified Travis CI Connection by ID." }, { "info": { "name": "updateTravisCIAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/travis-ci/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Travis CI Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Travis CI Connection." }, { "info": { "name": "deleteTravisCIAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/travis-ci/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Travis CI Connection to be deleted." } ] }, "docs": "Delete the specified Travis CI Connection." }, { "info": { "name": "getTravisCIAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/travis-ci/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Travis CI Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Travis CI Connection to retrieve." } ] }, "docs": "Get the specified Travis CI Connection by name." }, { "info": { "name": "rotateTravisCIAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/travis-ci/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Travis CI Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Travis CI Connection." }, { "info": { "name": "listSalesforceAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/salesforce", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Salesforce Connections from." } ] }, "docs": "List the Salesforce Connections for the current organization or project." }, { "info": { "name": "createSalesforceAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/salesforce", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Salesforce Connection." }, { "info": { "name": "listSalesforceAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/salesforce/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Salesforce Connections from." } ] }, "docs": "List the Salesforce Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getSalesforceAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/salesforce/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Salesforce Connection to retrieve." } ] }, "docs": "Get the specified Salesforce Connection by ID." }, { "info": { "name": "updateSalesforceAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/salesforce/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Salesforce Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Salesforce Connection." }, { "info": { "name": "deleteSalesforceAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/salesforce/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Salesforce Connection to be deleted." } ] }, "docs": "Delete the specified Salesforce Connection." }, { "info": { "name": "getSalesforceAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/salesforce/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Salesforce Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Salesforce Connection to retrieve." } ] }, "docs": "Get the specified Salesforce Connection by name." }, { "info": { "name": "rotateSalesforceAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/salesforce/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Salesforce Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Salesforce Connection." }, { "info": { "name": "listSnowflakeAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/snowflake", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Snowflake Connections from." } ] }, "docs": "List the Snowflake Connections for the current organization or project." }, { "info": { "name": "createSnowflakeAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/snowflake", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Snowflake Connection." }, { "info": { "name": "listSnowflakeAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/snowflake/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Snowflake Connections from." } ] }, "docs": "List the Snowflake Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getSnowflakeAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/snowflake/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Snowflake Connection to retrieve." } ] }, "docs": "Get the specified Snowflake Connection by ID." }, { "info": { "name": "updateSnowflakeAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/snowflake/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Snowflake Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Snowflake Connection." }, { "info": { "name": "deleteSnowflakeAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/snowflake/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Snowflake Connection to be deleted." } ] }, "docs": "Delete the specified Snowflake Connection." }, { "info": { "name": "getSnowflakeAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/snowflake/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Snowflake Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Snowflake Connection to retrieve." } ] }, "docs": "Get the specified Snowflake Connection by name." }, { "info": { "name": "rotateSnowflakeAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/snowflake/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Snowflake Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Snowflake Connection." }, { "info": { "name": "listDatadogAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/datadog", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Datadog Connections from." } ] }, "docs": "List the Datadog Connections for the current organization or project." }, { "info": { "name": "createDatadogAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/datadog", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Datadog Connection." }, { "info": { "name": "listDatadogAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/datadog/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Datadog Connections from." } ] }, "docs": "List the Datadog Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getDatadogAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/datadog/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Datadog Connection to retrieve." } ] }, "docs": "Get the specified Datadog Connection by ID." }, { "info": { "name": "updateDatadogAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/datadog/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Datadog Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Datadog Connection." }, { "info": { "name": "deleteDatadogAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/datadog/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Datadog Connection to be deleted." } ] }, "docs": "Delete the specified Datadog Connection." }, { "info": { "name": "getDatadogAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/datadog/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Datadog Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Datadog Connection to retrieve." } ] }, "docs": "Get the specified Datadog Connection by name." }, { "info": { "name": "rotateDatadogAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/datadog/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Datadog Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Datadog Connection." }, { "info": { "name": "listF5BigIpAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/f5-big-ip", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list F5 BIG-IP Connections from." } ] }, "docs": "List the F5 BIG-IP Connections for the current organization or project." }, { "info": { "name": "createF5BigIpAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/f5-big-ip", "body": { "type": "json", "data": "{}" } }, "docs": "Create a F5 BIG-IP Connection." }, { "info": { "name": "listF5BigIpAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/f5-big-ip/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list F5 BIG-IP Connections from." } ] }, "docs": "List the F5 BIG-IP Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getF5BigIpAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/f5-big-ip/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the F5 BIG-IP Connection to retrieve." } ] }, "docs": "Get the specified F5 BIG-IP Connection by ID." }, { "info": { "name": "updateF5BigIpAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/f5-big-ip/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the F5 BIG-IP Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified F5 BIG-IP Connection." }, { "info": { "name": "deleteF5BigIpAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/f5-big-ip/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the F5 BIG-IP Connection to be deleted." } ] }, "docs": "Delete the specified F5 BIG-IP Connection." }, { "info": { "name": "getF5BigIpAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/f5-big-ip/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the F5 BIG-IP Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the F5 BIG-IP Connection to retrieve." } ] }, "docs": "Get the specified F5 BIG-IP Connection by name." }, { "info": { "name": "rotateF5BigIpAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/f5-big-ip/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the F5 BIG-IP Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified F5 BIG-IP Connection." }, { "info": { "name": "listConvexAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/convex", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Convex Connections from." } ] }, "docs": "List the Convex Connections for the current organization or project." }, { "info": { "name": "createConvexAppConnection", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/convex", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Convex Connection." }, { "info": { "name": "listConvexAvailableAppConnections", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/convex/available", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The ID of the project to list Convex Connections from." } ] }, "docs": "List the Convex Connections the current user has permission to establish connections within this project." }, { "info": { "name": "getConvexAppConnection", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/convex/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Convex Connection to retrieve." } ] }, "docs": "Get the specified Convex Connection by ID." }, { "info": { "name": "updateConvexAppConnection", "type": "http" }, "http": { "method": "PATCH", "url": "https://us.infisical.com/api/v1/app-connections/convex/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Convex Connection to be updated." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the specified Convex Connection." }, { "info": { "name": "deleteConvexAppConnection", "type": "http" }, "http": { "method": "DELETE", "url": "https://us.infisical.com/api/v1/app-connections/convex/:connectionId", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Convex Connection to be deleted." } ] }, "docs": "Delete the specified Convex Connection." }, { "info": { "name": "getConvexAppConnectionByName", "type": "http" }, "http": { "method": "GET", "url": "https://us.infisical.com/api/v1/app-connections/convex/connection-name/:connectionName", "params": [ { "name": "projectId", "value": "", "type": "query", "description": "The project ID of the Convex Connection is associated with. Leave unspecified to get organization-level connections." }, { "name": "connectionName", "value": "", "type": "path", "description": "The name of the Convex Connection to retrieve." } ] }, "docs": "Get the specified Convex Connection by name." }, { "info": { "name": "rotateConvexAppConnectionCredentials", "type": "http" }, "http": { "method": "POST", "url": "https://us.infisical.com/api/v1/app-connections/convex/:connectionId/rotate-credentials", "params": [ { "name": "connectionId", "value": "", "type": "path", "description": "The ID of the Convex Connection to rotate credentials for." } ] }, "docs": "Rotate the credentials for the specified Convex Connection." } ] } ], "bundled": true }