Homarr
Apps

List all apps

GET/api/apps

Return all apps ordered by name. Requires app-modify-all permission.

ApiKey<token>

API key which can be obtained in the Homarr administration dashboard

In: header

Response Body

application/json

application/json

application/json

application/json

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