Secret Syncs
Options
Overview
- Introduction
- Authentication
- Examples
Endpoints
- Identities
- Token Auth
- Universal Auth
- GCP Auth
- AWS Auth
- Azure Auth
- Kubernetes Auth
- OIDC Auth
- JWT Auth
- Groups
- Organizations
- Projects
- Project Users
- Project Groups
- Project Identities
- Project Roles
- Project Templates
- Environments
- Folders
- Secret Tags
- Secrets
- Dynamic Secrets
- Secret Imports
- Identity Specific Privilege
- App Connections
- Secret Syncs
- GETList
- GETOptions
- AWS Parameter Store
- AWS Secrets Manager
- Azure App Configuration
- Azure Key Vault
- Databricks
- GCP Secret Manager
- GitHub
- GET
- Integrations
- Service Tokens
- Audit Logs
Infisical PKI
- Certificate Authorities
- Certificates
- Certificate Templates
- Certificate Collections
- PKI Alerting
Infisical SSH
- Certificates
- Certificate Authorities
- Certificate Templates
Infisical KMS
- Keys
Secret Syncs
Options
List the available Secret Sync Options.
GET
/
api
/
v1
/
secret-syncs
/
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
}
]
}
Response
200
application/json
Default Response
Available options:
AWS Parameter Store
Available options:
aws
Available options:
aws-parameter-store
Was this page helpful?
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
}
]
}