10 endpoints across 5 modules · stable
TeleRadar partner API · v1
Programmatic access to every monitor, channel, search, and webhook module powering the TeleRadar dashboard.
The partner v1 API is a commercial surface — separate from the dashboard's site-only endpoints. API access requires a Pro plan subscription. The v1 surface enforces key authentication, per-key rate limits, and module permissions. Every response uses the unified envelope (success, data | error, timestamp ).
Base URL
https://api.teleradar.org/v1Request format
Authorization Bearer your API key
Content-Type application/json (POST/PATCH only)
User-Agent identify your integration for support
Endpoint catalog (10)
GET
/v1/monitorsCursorPOST
/v1/monitorsPATCH
/v1/monitors/{id}DELETE
/v1/monitors/{id}GET
/v1/channels/{username}GET
/v1/channels/{id}/messagesCursorGET
/v1/search/channelsCursorGET
/v1/search/messagesCursorPOST
/v1/webhooksGET
/v1/webhooksCursorDELETE
/v1/webhooks/{id}POST
/v1/digestsGET
/v1/digestsCursorGET
/v1/digests/{id}/previewGET
/v1/healthGET
/v1/stats