App Info
Returns display metadata for an application. Intended for the frontend to render app details (name, logo, description, links).
Endpoint >
GET /v3/app/info/:id
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | uint64 | yes | Numeric application identifier |
Response
200 OK
{
"id": 123,
"name": "Acme Drive",
"description": "Secure cloud storage for teams.",
"logo": "https://cdn.example.com/acme/logo.png",
"homepage_url": "https://acme.example.com"
}