curl --request GET \
--url https://api.openworklabs.com/v1/me/desktop-config{
"disallowNonCloudModels": true,
"blockZenModel": true,
"blockMultipleWorkspaces": true,
"allowedDesktopVersions": [
"<string>"
]
}Returns the authenticated desktop app restrictions for the caller’s active organization.
curl --request GET \
--url https://api.openworklabs.com/v1/me/desktop-config{
"disallowNonCloudModels": true,
"blockZenModel": true,
"blockMultipleWorkspaces": true,
"allowedDesktopVersions": [
"<string>"
]
}Was this page helpful?