GET
/
secrets
/
{secret_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

secret_id
integer
required

Response

200 - application/json
id
integer
required
author
string | null
commit
string | null
commit_id
integer | null
created_at
string | null
date
string | null
description
string | null
email
string | null
end_column
integer | null
end_line
integer | null
entropy
number | null
file
string | null
fingerprint
string | null
line
string | null
live_commit_id
integer | null
live_commit_scan_id
integer | null
match
string | null
message
string | null
pr_id
integer | null
pr_scan_id
integer | null
repository
object | null
repository_id
integer | null
rule
string | null
scan_type
enum<string> | null
Available options:
repo_scan,
pr_scan,
live_commit
secret
string | null
severity
enum<string> | null
Available options:
critical,
high,
medium,
low,
informational,
unknown
start_column
integer | null
start_line
integer | null
tags
string[] | null
updated_at
string | null
whitelist_id
integer | null
whitelisted
boolean | null