Skip to main content
GET
/
api
/
v1
/
app-connections
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/app-connections
{
  "appConnections": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "app": "aws",
      "method": "assume-role",
      "credentials": {},
      "description": "<string>",
      "version": 1,
      "isPlatformManagedCredentials": false,
      "gatewayId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "projectId": "<string>",
      "credentialsHash": "<string>",
      "project": {
        "name": "<string>",
        "id": "<string>",
        "type": "<string>",
        "slug": "<string>"
      }
    }
  ]
}

Query Parameters

projectId
string

The ID of the project to list App Connections from.

Response

Default Response

appConnections
(AWS (Assume Role) · object | AWS (Access Key) · object | GitHub (GitHub App) · object | GitHub (OAuth) · object | GitHub (Personal Access Token) · object | GitHub Radar (GitHub App) · object | GCP (Service Account Impersonation) · object | Azure Key Vault (OAuth) · object | Azure Key Vault (Client Secret) · object | Azure App Configuration (OAuth) · object | Azure App Configuration (Client Secret) · object | Azure DevOps (OAuth) · object | Azure DevOps (Access Token) · object | Azure DevOps (Client Secret) · object | Databricks (Service Principal) · object | Humanitec (API Token) · object | Terraform Cloud (API Token) · object | Vercel (API Token) · object | PostgreSQL (Username and Password) · object | Microsoft SQL Server (Username and Password) · object | MySQL (Username and Password) · object | Camunda (Client Credentials) · object | Auth0 (Client Credentials) · object | Hashicorp Vault (Access Token) · object | Hashicorp Vault (App Role) · object | Azure Client Secrets (OAuth) · object | Azure Client Secrets (Client Secret) · object | Azure Client Secrets (Certificate) · object | Windmill (Access Token) · object | LDAP (Simple Bind) · object | TeamCity (Access Token) · object | OCI (Access Key) · object | OracleDB (Username and Password) · object | 1Password (API Token) · object | Heroku (Auth Token) · object | Heroku (OAuth) · object | Render (API Key) · object | Fly.io (Access Token) · object | GitLab (Access Token) · object | GitLab (OAuth) · object | Cloudflare (API Token) · object | Bitbucket (API Token) · object | Zabbix (API Token) · object | Railway (Access Token) · object | Checkly (Access Token) · object | Supabase (Access Token) · object | DigitalOcean App Platform (Access Token) · object | Netlify (Access Token) · object | Northflank (API Token) · object | Okta (API Token) · object | Azure ADCS (Username and Password) · object | Redis (Username and Password) · object | object | Laravel Forge (API Token) · object | Chef (User Key) · object | DNS Made Easy (API Key) · object)[]
required