curl --request GET \
--url https://us.infisical.com/api/v1/secret-syncs/options
{
"secretSyncOptions": [
{
"name": "AWS Parameter Store",
"connection": "aws",
"destination": "aws-parameter-store",
"canImportSecrets": true
}
]
}
List the available Secret Sync Options.
curl --request GET \
--url https://us.infisical.com/api/v1/secret-syncs/options
{
"secretSyncOptions": [
{
"name": "AWS Parameter Store",
"connection": "aws",
"destination": "aws-parameter-store",
"canImportSecrets": true
}
]
}
Default Response
The response is of type object
.
Was this page helpful?