curl --request GET \
--url https://us.infisical.com/api/v2/secret-scanning/data-sources/options
{
"dataSourceOptions": [
{
"name": "GitHub",
"connection": "github-radar",
"type": "github"
}
]
}
List the available Secret Scanning Data Source Options.
curl --request GET \
--url https://us.infisical.com/api/v2/secret-scanning/data-sources/options
{
"dataSourceOptions": [
{
"name": "GitHub",
"connection": "github-radar",
"type": "github"
}
]
}
Default Response
The response is of type object
.
Was this page helpful?