Skip to main content

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

NameTypeRequiredDescription
iduint64yesNumeric 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"
}