Get started

REST API, Assistant SDK, webhook, SmartApp, integration guide, and machine-readable contracts.

ThriveDesk exposes four developer integration surfaces: the REST API, the browser-based Assistant SDK, signed webhooks, and SmartApp data panels. Start with the surface that matches where your code runs and what it needs to accomplish.

API contract

  • Base URL: https://api.thrivedesk.com/v1
  • Authentication: bearer access token
  • Specification: OpenAPI 3.1
  • Current version: 1.3.0
  • Content type: JSON, except binary attachment downloads

Read delete operations carefully

Deletes are not uniform. Some are recoverable, while others permanently destroy related records and stored files. Each delete operation describes its recovery behavior in the API reference.

Downloads