GET
/
whitelist
curl --request GET \
  --url https://example.com/api/whitelist/ \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

vc_ids
integer[] | null
repo_ids
integer[] | null
name
string | null
page
integer
default:1
Required range: x >= 1
limit
integer
default:10
Required range: x >= 1
sort_by
string | null
default:id

Sort by field, e.g., vcs, repos

order_by
string | null
default:asc

Order direction: asc or desc

Response

200
application/json
Successful Response

The response is of type object.