Skip to main content

Get My Display Preferences

GET 

/api/me/preferences

Returns the authenticated user's display preferences in the current account. Users who have never saved a preference get the defaults.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

Authentication: Requires Bearer token. Any authenticated user can read their own preferences.

Fields:

  • show_internal_ids (boolean, default false) — whether internal record IDs are shown in lists and on detail pages. Exports always include IDs regardless of this setting.

Request​

Responses​

OK

Response Headers
    Content-Type