Info
Get server information
GET
/api/infoReturn the Homarr server version. Requires authentication.
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/info"{ "version": "string"}Move or resize one board item
Update one item's position and size in one existing layout without replacing the board. Requires modify access. The item stays in its current section; out-of-bounds and overlapping placements are rejected.
List user invitations
Return invitations with their expiration dates and creators, ordered by expiration. Invite tokens are excluded. Requires admin permission and credentials authentication to be enabled.