Skip to main content
GET
/
api
/
spaces
/
{spaceId}
/
drive
/
drafts
/
{appId}
cURL
curl --request GET \
  --url https://api.kazzle.app/api/spaces/{spaceId}/drive/drafts/{appId} \
  --header 'Authorization: Bearer <token>'
{
  "drafts": [
    "<unknown>"
  ]
}

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

spaceId
string
required
appId
string
required

Response

200 - application/json

Successful response

drafts
any[]
required