TechSync

Developers

Public API

REST + webhook API for integrating TechSync with your own tooling.

Last updated 2026-04-10

The TechSync API is available on all paid plans. Base URL: https://api.techsync.io/v1.

  • Authentication: bearer token (PAT or workspace service token).
  • Rate limits: 120 req/min per token on Team, 600/min on Business, configurable on Enterprise.
  • Content type: JSON only.
  • Versioning: via the URL (/v1, /v2). Old versions supported for 18 months after a new one ships.

Webhooks are configured per workspace; we retry with exponential backoff up to 24 hours.

curl https://api.techsync.io/v1/issues \
  -H "Authorization: Bearer $TECHSYNC_TOKEN" \
  -d '{ "teamKey": "PLAT", "title": "Fix onboarding redirect" }'

Was this helpful? Ask Sync in the widget if not — it'll escalate if it can't answer.