EaserixDocs
DevelopersAPI referenceCronCrunchReports

Display preferences

The caller's per-user display/tracking preferences. Defaults when never configured: weekStart monday, roundingMinutes 0, currency USD.

View as Markdown
GET
/v1/preferences
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v1/preferences"
{  "preferences": {    "weekStart": "monday",    "roundingMinutes": 0,    "currency": "string"  }}