DashboardsWhitelabel
Get dashboard whitelabel
Retrieve the whitelabel setting for a dashboard.
GET /app/dashboards/{id}/whitelabel
Returns the whitelabel configuration for a dashboard. Requires the Whitelabel feature entitlement.
Path parameters
| Parameter | Description |
|---|---|
id | The UUID of the dashboard. |
Request
See API Basics for required headers.
This endpoint takes no request body.
Sample request
curl https://api.statusdashboard.com/app/dashboards/a1b2c3d4-e5f6-7890-abcd-ef1234567890/whitelabel \
-H "Authorization: Bearer bcf847abf5c6:def456"Sample response
Status: 200 OK
{
"enabled": true
}When enabled is true, the "Powered by StatusDashboard" footer is hidden on this dashboard's status dashboard.
Response fields
Same fields as Update dashboard whitelabel.
Error responses
| Status | When |
|---|---|
403 | Insufficient permissions, or the Whitelabel feature is not enabled. |
404 | Dashboard not found or does not belong to the caller's organization. |

