Authentication

Use your Account ID and API key from your TowerCoverage account settings. Send credentials via headers (recommended) or query string / form body (legacy). Account, accountid, and accountId are all the same value.

  • X-TowerCoverage-Account-Id — same as legacy Account / accountid
  • X-TowerCoverage-Api-Key — same as legacy key

Your API key is available in your TowerCoverage account API settings. It is not your login password.

API Catalog

API Tester

Rate limits
  • Customer APIs (Sites, Coverage, Links / LinkPath, EUS, etc.): about 10 requests per second per account, with a short burst (about 20) and up to 8 concurrent in-flight calls. Going over returns HTTP 429 with a clear message to slow down — space out calls or wait for in-flight requests to finish.
  • Health & Diagnostics (/Health/*, /Diagnostics/*): no API key required, but limited to 10 calls per minute per IP. Exceeding that temporarily suspends diagnostic use for about 10 minutes.
  • Monthly account API quotas (billing limits) are separate from these speed limits.

Ready

Response

Select an endpoint and click Send Request.

Examples

Current API — Example Request

Select an endpoint to see a sample request.

Legacy API (Towercoverage.asmx) — Example Request

Select an endpoint to see the legacy-compatible request.

Expected Response

Select an endpoint to see a sample response.