Skip to main content
POST
/
api
/
spaces
/
{spaceId}
/
databases
/
{databaseId}
/
apps
/
{appId}
cURL
curl --request POST \
  --url https://api.kazzle.app/api/spaces/{spaceId}/databases/{databaseId}/apps/{appId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required
databaseId
string
required
appId
string
required

Response

200 - application/json

Successful response

success
boolean
required