GET
/
api
/
v1
/
app-connections
/
github
/
available
curl --request GET \
  --url https://us.infisical.com/api/v1/app-connections/github/available
{
  "appConnections": [
    {
      "app": "github",
      "name": "<string>",
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Response

200
application/json
Default Response
appConnections
object[]
required

Was this page helpful?