Introduction
- Overview
- Authentication
- Rate Limits
- Errors
Resources
- Accounts
- Groups
- Messages
- Analytics
API Overview
The erca-telegram API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Base URL
https://api.erca-telegram.com/v1Authentication
Authenticate your API requests by including your secret API key in the Authorization header.
Authorization: Bearer YOUR_API_KEY