GET
/
secrets
curl --request GET \
  --url https://example.com/api/secrets/ \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

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

Query Parameters

repo_ids
integer[] | null

List of repository IDs

vc_ids
integer[] | null

List of Version Control IDs

pr_ids
integer[] | null

List of Pull Request IDs

page
integer
default:1

Page number

limit
integer
default:10

Number of items per page

pr_scan_id
integer | null
commit_scan_id
integer | null
secret
string | null
rule
string | null
commit
string | null
author
string | null
email
string | null
description
string | null
severity
enum<string> | null
Available options:
critical,
high,
medium,
low,
informational,
unknown
scan_type
enum<string> | null
Available options:
repo_scan,
pr_scan,
live_commit
whitelisted
boolean | null
message
string | null
branch
string | null
created_at
string | null
updated_at
string | null
sort_by
string | null
default:repo_count
order_by
string | null
default:asc

Response

200
application/json
Successful Response

The response is of type any.