Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Infisical App Connections API

The App Connections API from Infisical — 347 operation(s) for app connections.

Infisical App Connections API is one of 73 APIs that Infisical publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include App Connections. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 554 operations across 347 paths. It is described by OpenAPI 3.0.3, at version 0.0.1.

Requests are made against 3 base URLs: https://us.infisical.com, https://eu.infisical.com, http://localhost:8080.

554 operations 347 paths 0 schemas 69 DELETE278 GET69 PATCH138 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.0.1
Base URL
https://app.infisical.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Infisical App Connections API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth).

  • bearerAuth — An access token in Infisical

Paths & Operations 554

Across 347 paths, the API surfaces 554 operations — 69 DELETE, 278 GET, 69 PATCH, 138 POST. Each is listed below with its method, path, parameters, and response codes.

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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

infisical-app-connections-api-openapi.yml Raw ↑

Other APIs Infisical publishes across the network.

Infisical Admin API
Infisical Alibaba Cloud Auth API
Infisical Audit Logs API
Infisical AWS Auth API
Infisical Azure Auth API
Infisical Cert Manager API
Infisical Dynamic Secrets API
Infisical Environments API
Infisical Event Subscriptions API
Infisical Folders API
Infisical GCP Auth API
Infisical Groups API