GET
/
repo
curl --request GET \
  --url https://example.com/api/repo/ \
  --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

vc_ids
integer[]

List of VC IDs

repo_ids
integer[]

List of repository IDs

sort_by
enum<string>
default:created_at
Available options:
vc_id,
repo_id,
secrets_count,
created_at,
score_normalized,
author,
vulnerability_count
order_by
string | null
default:desc
page
integer
default:1
limit
integer
default:10
created_after
string | null
created_before
string | null

Response

200
application/json
Successful Response

The response is of type any.