Skip to main content
GET
/
api
/
repos
List all repos for the current organization
curl --request GET \
  --url https://app.proliferate.com/api/repos \
  --header 'Authorization: Bearer <token>'
{
  "repos": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "organization_id": "<string>",
      "github_repo_id": "<string>",
      "github_repo_name": "<string>",
      "github_url": "<string>",
      "default_branch": "<string>",
      "created_at": "<string>",
      "source": "<string>",
      "is_private": true,
      "prebuild_status": "ready",
      "prebuild_id": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Proliferate dashboard.

Response

200

repos
object[]
required