Skip to main content
For enhanced security, the TeleMapper API allows you to restrict access based on IP addresses. By specifying allowed IPs, you can ensure that only requests from trusted networks are accepted.

How IP Restrictions Work

  • Allowlist:
    Add one or more IP addresses or CIDR ranges to your account’s allowlist.
  • Enforcement:
    Any API request from an IP not on the allowlist will be denied with an authentication error.
  • Management:
    You can update your allowed IPs at any time through the developer dashboard or by contacting support.
Authentication Flow

Example Error Response

{
  "error": "Access denied. Your IP address is not authorized to use this API.",
  "success": false,
  "code": 429
}
Tip:
Use IP restrictions in combination with strong authentication for maximum protection.