Response
Default Response
The response is of type object
.
curl --request GET \
--url https://us.infisical.com/api/v1/app-connections
{
"appConnections": [
"<any>"
]
}
List all the App Connections for the current organization.
curl --request GET \
--url https://us.infisical.com/api/v1/app-connections
{
"appConnections": [
"<any>"
]
}
Default Response
The response is of type object
.
Was this page helpful?