Understand the API version, compatibility promises, deprecation notices, and upgrade workflow.
The REST API uses the stable /v1 base path. The OpenAPI document also carries a documentation
release version—currently 1.3.0—so integrators can identify changes to the published contract.
Within /v1, ThriveDesk aims to make additive changes without breaking existing integrations.
Examples include new optional request fields, new response fields, new endpoints, and new enum
values where consumers are expected to tolerate unknown values.
A change is breaking when an existing valid request stops working or a documented response field is removed or changes type. Breaking REST changes require a new major URL version or an explicitly announced migration path.
When a supported operation or field is scheduled for removal:
No operation is currently marked deprecated in the public OpenAPI specification.