Medtronic · Rate Limits

Medtronic Rate Limits

Medtronic's developer portal is approval-gated and does not publish numeric per-second or per-minute API rate limits on the public site. Limits are configured per partner / per program (e.g. CareLink, diabetes data platform, EHR integration) and surfaced inside the developer portal once an application is approved. Clinical-data integrations are additionally constrained by HIPAA / GDPR controls and the device's regulatory clearance.

1 Limits Throttle: 429
HealthcareMedical DevicesRate Limiting

Limits

Program-scoped API limit program/partner
varies
configured per partner inside developer portal
Each Medtronic developer program (CareLink, diabetes platform, EHR) sets its own per-partner throughput; consumers should consult their program manager.

Policies

Backoff Strategy
Use exponential backoff with jitter on transient errors and honor Retry-After when present.
Idempotency
Use unique transaction IDs for state-changing requests against clinical and device records to safely retry across timeouts without duplicating clinical events.
HIPAA / GDPR Controls
Clinical-data integrations operate under HIPAA (US) and GDPR (EU) controls; integrations must respect data-minimization, consent scope, and audit obligations defined in the program's data-processing agreement.
Regulatory Boundary
APIs that touch FDA-regulated device function sit inside the device's cleared intended use; integrations must not extend beyond that scope without appropriate regulatory pathway.

Sources