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

Documentation Index

Fetch the complete documentation index at: https://infisical.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

projectId
string

The ID of the project to list Fly.io Connections from.

Response

Default Response

appConnections
object[]
required