GET/v1/masterdashboard/widgets

Get masterdashboard widgets

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Responses

array of objectDashboardWidget
idstringnullable
codestringnullable
labelstringnullable
colorstringnullable
widthinteger (int32)
heightinteger (int32)
componentstringnullable
descriptionstringnullable
categorystringnullable
isActiveboolean
createdAtstring (date-time)
updatedAtstring (date-time)
curl --request GET \
  --url 'https://api.4comply.io/v1/masterdashboard/widgets' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'