Skip to main content
GET
/
v1
/
repos
List indexed repositories
curl --request GET \
  --url https://api.sharc.dev/v1/repos \
  --header 'Authorization: Bearer <token>'
{
  "repos": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Pass your key in Authorization: Bearer .

Response

200 - application/json

Repository list

repos
string[]