Platitun · API · The deal · Work mode and presence

Work mode and presence

GET /api/v1/work-mode

Key scope: orders · read only

Capacity, do-not-disturb, quiet hours — and what the marketplace knows about your presence. Presence is returned READ ONLY.

🔴 The ONE thing the API cannot and will not do: claim that you are PRESENT. The marketplace determines presence itself, and the answer to “Call the seller” is the fact of your entering the cabinet. Otherwise “present” would stop meaning anything: a buyer would be choosing a promise made by a program rather than a person at a computer.

Response fields

FieldTypeWhat it is
capacityintegerHow many orders you take at once.
doNotDisturbbooleanA request not to be called.
quietFromHourinteger|nullQuiet hours start, UTC.
quietToHourinteger|nullQuiet hours end, UTC.
lastSeenAtstring|nullWhen the marketplace last saw you in the cabinet.
presenceReadOnlybooleanAlways true — a reminder that presence cannot be claimed.

Nearby in this section