Query Parameters
The ID of the project to list App Connections from.
Response
Default Response
curl --request GET \
--url https://us.infisical.com/api/v1/app-connections
{
"appConnections": [
"<any>"
]
}
List all the App Connections for the current organization or project.
curl --request GET \
--url https://us.infisical.com/api/v1/app-connections
{
"appConnections": [
"<any>"
]
}
The ID of the project to list App Connections from.
Default Response
Show child attributes
Was this page helpful?