Return the currently logged in user's dw-web preferences
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
``200 Success
object
interface_config
object
required
Interface config containing user preferences for dashboards and other interfaces
Has additional fields
``401 Unauthorized
``403 Forbidden
``404 Not found
``406 Not Acceptable
``422 Unprocessable Content
ShellNodeRubyPHPPython
Bearer
Base URL
https://api.dealerware.com/admin/user/preferences
xxxxxxxxxx
curl --request GET \
--url https://api.dealerware.com/admin/user/preferences \
--header 'accept: application/json'
xxxxxxxxxx
{
"interface_config": {
"dashboard_tiles": {
"customer": {
"unsettled_balance": false
}
}
}
}