Overview
- Introduction
- Authentication
- Examples
Endpoints
- Identities
- Token Auth
- Universal Auth
- GCP Auth
- AWS Auth
- OCI Auth
- Azure Auth
- Kubernetes Auth
- OIDC Auth
- JWT Auth
- LDAP Auth
- Groups
- Organizations
- Projects
- Project Users
- Project Groups
- Project Identities
- Project Roles
- Project Templates
- Environments
- Folders
- Secret Tags
- Secrets
- Dynamic Secrets
- Secret Imports
- Secret Rotations
- Secret Scanning
- Data Sources
- GETList
- GETOptions
- GitHub
- GET
- Findings
- Configuration
- Identity Specific Privilege
- App Connections
- Secret Syncs
- Integrations
- Service Tokens
- Audit Logs
Infisical PKI
- Subscribers
- Certificate Authorities
- Certificates
- Certificate Templates
- Certificate Collections
- PKI Alerting
Infisical SSH
- Hosts
- Host Groups
- Certificates
- Certificate Authorities
- Certificate Templates
Infisical KMS
- Keys
- Encryption
- Signing
Data Sources
Options
List the available Secret Scanning Data Source Options.
GET
/
api
/
v2
/
secret-scanning
/
data-sources
/
options
curl --request GET \
--url https://us.infisical.com/api/v2/secret-scanning/data-sources/options
{
"dataSourceOptions": [
{
"name": "GitHub",
"connection": "github-radar",
"type": "github"
}
]
}
Response
200
application/json
Default Response
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://us.infisical.com/api/v2/secret-scanning/data-sources/options
{
"dataSourceOptions": [
{
"name": "GitHub",
"connection": "github-radar",
"type": "github"
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.