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

January 14, 2026

Stricter Request Validation

All API endpoints now reject requests containing unexpected properties. Previously, extra fields in request bodies were silently ignored.

What This Means

If your integration sends fields not defined in the API schema, requests will now return a 400 Bad Request error.

Action Required

Review your API calls and remove any extra properties not documented in the API reference.