Cradlepoint · Rate Limits

Cradlepoint Rate Limits

Cradlepoint does not publish a single quantitative rate-limit table for the NetCloud Manager API. Limits are enforced server-side and Cradlepoint's Getting Started documentation advises clients to handle HTTP 429 / 503 responses with exponential backoff, paginate large queries with `limit` and `offset`, and avoid tight polling loops in favor of alert push destinations. Hard quotas are not publicly documented.

Cradlepoint Rate Limits is the machine-readable rate-limit profile for Cradlepoint on the APIs.io network, conforming to the API Commons Rate Limits specification.

The profile also includes 1 backoff/retry policy defined and response codes documented for throttled, quotaExceeded, and serverBusy.

Tagged areas include NetCloud, Rate Limiting, and Quotas.

0 Limits Throttle: 429 Quota: 429
NetCloudRate LimitingQuotas

Policies

NCM API v2 default
Server-side throttling is applied per X-ECM-API-ID / X-ECM-API-KEY pair. Exact request-per-minute and per-day numbers are not disclosed publicly. Clients should respond to 429 with exponential backoff (Retry-After if present) and prefer webhook alert delivery over polling.

Sources