# Get application preferences

This endpoint returns the list of application-level preferences
configured for the current user within the active account.

Behavior:
            
- Preferences are returned for the authenticated user.
- Results are scoped to the currently active account.
- Only preferences configured for the user are included.
- If no preferences are configured, an empty collection is returned.
- This endpoint does not modify any data.

Endpoint: GET /api/v1/account/users/me/preferences

## Response 200 fields (text/plain):

  - `data` (array,null)

  - `data.preferenceCode` (string,null)

  - `data.preferenceValue` (string,null)

  - `message` (string,null)

  - `isError` (boolean)

  - `messageCode` (integer)

  - `status` (string,null)

  - `errorType` (string,null)

  - `traceid` (string,null)

  - `responseDescription` (string,null)


