Ellipsis APIReferencePlatform

List Github Repositories

List the GitHub repositories connected to the customer's installation.

GET
/v1/github/repos

List the GitHub repositories connected to the customer's installation.

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Header Parameters

user-agent?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/github/repos"
{  "repositories": [    {      "default_branch": "string",      "description": "string",      "full_name": "string",      "id": 0,      "name": "string",      "private": true    }  ]}