Skip to main content
GET
/
api
/
spaces
/
{spaceId}
/
git
/
github
/
repos
cURL
curl --request GET \
  --url https://api.kazzle.app/api/spaces/{spaceId}/git/github/repos \
  --header 'Authorization: Bearer <token>'
{
  "repos": [
    {
      "name": "<string>",
      "fullName": "<string>",
      "private": true,
      "defaultBranch": "<string>",
      "cloneUrl": "<string>",
      "htmlUrl": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required

Query Parameters

credentialId
string
required

Response

200 - application/json

Successful response

repos
object[]
required