Create a secret-finding
POST /secret-findings
POST
/secret-findings
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
data
object
repo_name
required
string
repo_provider
string
commit_sha
required
string
file_path
required
string
line_number
integer
rule_id
required
string
rule_description
string
severity
string
status
string
detected_at
string format: date-time
acknowledged_by
acknowledged_at
string format: date-time
notes
string
organisation
secret_type
string
matched_pattern
Name of the matched pattern rule — never contains the actual secret value
string
context_snippet
Anonymized context around the match — secret value replaced with [REDACTED]
string
Responses
Section titled “ Responses ”Created
object
data
object
repo_name
required
string
repo_provider
string
commit_sha
required
string
file_path
required
string
line_number
integer
rule_id
required
string
rule_description
string
severity
string
status
string
detected_at
string format: date-time
acknowledged_by
acknowledged_at
string format: date-time
notes
string
organisation
secret_type
string
matched_pattern
Name of the matched pattern rule — never contains the actual secret value
string
context_snippet
Anonymized context around the match — secret value replaced with [REDACTED]
string
documentId
string
id
integer
createdAt
string format: date-time
updatedAt
string format: date-time
publishedAt
string format: date-time
Validation error
Missing or invalid authentication
Not authorized (tenant scope or capability)