Skip to main content
GET
/
project
/
{project_id}
/
github
Return the list of GitHub installations in the project
curl --request GET \
  --url https://api.ubicloud.com/project/{project_id}/github \
  --header 'Authorization: Bearer <token>'
{
  "count": 123,
  "items": [
    {
      "id": "g1fg7td83em22qfw9pq5xyfqb7",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

ID of the project

Example:

"pjkkmx0f2vke4h36nk9cm8v8q0"

Response

A list of GitHub Installations

count
integer
required
items
object[]
required