Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
repos
List repositories linked to a project
curl --request GET \
  --url https://api.suprlogs.com/v1/projects/{projectId}/repos \
  --header 'Authorization: Bearer <token>'
{
  "repos": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Send API key as Authorization: Bearer .

Path Parameters

projectId
string<uuid>
required

Response

Linked repositories.

repos
object[]