Apps
List all apps
GET
/api/appsReturn all apps ordered by name. Requires app-modify-all permission.
Authorization
apikey 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" }]List apps with pagination
Return apps ordered by name with a total count. Supports a name filter and page controls. Requires app-modify-all permission.
Create an app
Create an app bookmark. Requires app-create permission. Returns the app, including its ID and the legacy appId field. An empty pingUrl disables the custom ping URL.