Skip to main content
GET
/
api
/
spaces
/
{spaceId}
/
git
/
github
/
install-url
cURL
curl --request GET \
  --url https://api.kazzle.app/api/spaces/{spaceId}/git/github/install-url \
  --header 'Authorization: Bearer <token>'
{
  "url": "<string>"
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required

Response

200 - application/json

Successful response

url
string
required