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.