Skip to main content
GET
/
api
/
spaces
/
{spaceId}
/
computers
/
{computerId}
cURL
curl --request GET \
  --url https://api.kazzle.app/api/spaces/{spaceId}/computers/{computerId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Better Auth JWT token

Path Parameters

computerId
string
required
spaceId
string
required