Homarr
Apps

App Router by Id

GET
/api/apps/{id}
ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/api/apps/string"
{  "id": "string",  "name": "string",  "description": "string",  "iconUrl": "string",  "href": "string",  "pingUrl": "string"}