Public API
Connect a CRM, analytics, a bot or anything else to your project. Read conversations and contacts, reply to customers, receive events — without polling.
Your first call
Create a key in the app: Settings → API. The key is shown once.
curl -H "Authorization: Bearer $TYGY_API_KEY" https://api.tg-desk.com/v1/meBase URL
Use the host of the brand your project is registered under.
| Tygy | https://api.tygy.ru |
|---|---|
| TG Desk | https://api.tg-desk.com |
Where to get a key. In the app: Settings → API → «Create key». A key belongs to the project, not to a person, and keeps working after they leave the company.
Guides
Getting startedYour first API call in five minutes.Authentication and scopesHow keys and scopes work, and what to do when a key stops working.PaginationHow to walk a whole list without losing anything.ErrorsOne refusal format across every method, and a request id for support.Rate limitsHow much you may send, and what to do when you hit the ceiling.Retrying writesHow to repeat a write after a dropped connection without creating a duplicate.WebhooksWe send you a request when something happens in the project.Ready-made connectorsHow to wire Tygy into Zapier, Make, n8n and Albato before the official apps exist.AnalyticsSeven reports on how support is doing: how much comes in, how fast it isWriting to the help centreCreate and edit help-centre articles and categories — so content can be syncedMeetingsRead meetings together with their summaries and transcripts, plus two webhookConnect an assistant (MCP)How to give ChatGPT, Claude or Cursor access to the help desk — without code.ChangelogWhat changed in the public API.
API reference
Every method with its parameters, request bodies and ready-to-run commands.