Skip to main content
GET
/
api
/
repos
/
{id}
Get a single repo by ID
curl --request GET \
  --url https://app.proliferate.com/api/repos/{id} \
  --header 'Authorization: Bearer <token>'
{
  "repo": {
    "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.

Path Parameters

id
string<uuid>
required

Response

200

repo
object
required