Homarr
Settings

Server Settings Router get Board Settings

GET
/api/settings/board
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/settings/board"
{  "homeBoardId": "string",  "mobileHomeBoardId": "string",  "enableStatusByDefault": true,  "forceDisableStatus": true}