curl --request GET \
--url https://us.infisical.com/api/v1/app-connections/options
{
"appConnectionOptions": [
{
"name": "AWS",
"app": "aws",
"methods": [
"assume-role"
],
"accessKeyId": "<string>"
}
]
}
List the available App Connection Options.
curl --request GET \
--url https://us.infisical.com/api/v1/app-connections/options
{
"appConnectionOptions": [
{
"name": "AWS",
"app": "aws",
"methods": [
"assume-role"
],
"accessKeyId": "<string>"
}
]
}
Default Response
The response is of type object
.
Was this page helpful?