Skip to main content
GET
/
api
/
spaces
/
{spaceId}
/
databases
/
{databaseId}
/
credentials
cURL
curl --request GET \
  --url https://api.kazzle.app/api/spaces/{spaceId}/databases/{databaseId}/credentials \
  --header 'Authorization: Bearer <token>'
{
  "neonProjectId": "<string>",
  "neonDbUri": "<string>"
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required
databaseId
string
required

Response

200 - application/json

Successful response

neonProjectId
string
required
neonDbUri
string
required