Skip to main content
To ensure stability and fair usage, the TeleMapper API enforces rate limits per access token.
PlanRequestsTime Window
QA2,000per hour
Standard1,000per hour
Partner10,000per hour
If your limit is exceeded, you’ll receive a 429 Too Many Requests response. Authentication Flow

Example Error

{
  "code": 429,
  "success": false,
  "error": "Rate limit exceeded. Try again later."
}