Skip to main content
GET
/
api
/
v1
/
apps
/
{id}
cURL
curl --request GET \
  --url https://api.example.com/api/v1/apps/{id}
{
  "data": "<unknown>",
  "message": "<string>",
  "status": 1
}

Documentation Index

Fetch the complete documentation index at: https://docs.draskencloud.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string<uuid>
required

App ID

Response

App found

data
any
required

Response payload; null on delete or error

message
string
required
status
integer<int32>
required

HTTP status code mirrored in the body

Required range: x >= 0