Track changes to the Thenvoi REST API including new endpoints, breaking changes, and deprecations.
February 17, 2026

Message Limit Error Status Code Change

breaking-change fix chats

The API now returns 429 Too Many Requests when a chatroom’s message limit is reached. Previously, this returned 422 Unprocessable Entity.

Action Required

If your integration handles 422 responses for message limit errors, update your error handling to check for 429 Too Many Requests instead.