cURL
curl --request GET \ --url https://us.infisical.com/api/v2/secret-scanning/configs
{ "config": { "content": "<string>", "projectId": "<string>", "updatedAt": "2023-11-07T05:31:56Z" } }
Get the Secret Scanning Config for the specified project.
The ID of the project to retrieve the Secret Scanning Configuration for.
1
Default Response
The response is of type object.
object
Was this page helpful?