Desktop API Changelog
Version v4.2.557 (2026-02-13)
Added
- Desktop API discovery - New
GET /v1/infoendpoint provides app metadata, runtime info, and endpoint discovery for the running Desktop API server. - WebSocket events - New live events endpoint at
GET /v1/wswith per-chat subscriptions viasubscriptions.set. - Message reactions - New message reaction endpoints:
- Token introspection - New
POST /oauth/introspectendpoint usesapplication/x-www-form-urlencodedand returns active/inactive token metadata. - Contacts list - New
GET /v1/accounts/{accountID}/contacts/listendpoint for cursor-based merged contact listing.
Changed
- Chat creation behavior -
POST /v1/chatsnow supportsmode=startto create or resolve direct chats from merged contact data and returnsstatus=existing|createdin that mode. - Account schema -
networkis no longer returned fromAccount; useaccountIDplususerand contact/query behavior instead.