GET
/
api
/
v1
/
app-connections
cURL
curl --request GET \
  --url https://us.infisical.com/api/v1/app-connections
{
  "appConnections": [
    "<any>"
  ]
}

Query Parameters

projectId
string

The ID of the project to list App Connections from.

Response

Default Response

appConnections
object[]
required