Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
git
/
github
/
sync-installations
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/git/github/sync-installations \
  --header 'Authorization: Bearer <token>'
{
  "synced": 123,
  "credentials": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required

Response

200 - application/json

Successful response

synced
number
required
credentials
object[]
required