The caller's preferences
Returns the caller’s own preferences — language (or null if never set) and developer (developer-mode flag, defaults to false). Authorization: any authenticated member of the organization (no administrator role required).
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
The caller's preferences.
language
The user's chosen language, or null if never set.
developer
Whether developer mode is enabled. Defaults to false.
notifications
Notification preferences, always fully populated (missing keys read true).