JavaScript
Preferences
Retrieve
Retrieves the authenticated user’s settings document. Addressed only as me — the document always belongs to the session user.
GET
JavaScript
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
Example:
"2026-07-27"
Response
preferences retrieved
Whether investigation mode is enabled for the user. Only meaningful for staff users with investigation access.

