Skip to main content
GET
/
api
/
spaces
/
{spaceId}
/
git
/
credentials
cURL
curl --request GET \
  --url https://api.kazzle.app/api/spaces/{spaceId}/git/credentials \
  --header 'Authorization: Bearer <token>'
{
  "credentials": [
    {
      "id": "<string>",
      "name": "<string>",
      "service": "<string>",
      "host": "<string>",
      "metadata": {},
      "createdAt": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required

Response

200 - application/json

Successful response

credentials
object[]
required