Fleetcomplete Rate Limits
Fleet Complete's Unity GraphQL API does not publish a numeric per-minute or per-day request quota. Instead it enforces a strict concurrency rule - only one active request per user at a time - and rejects a second concurrent request with HTTP 429. Access tokens are short-lived (300 seconds) and must be refreshed using a refresh token valid for up to 12 hours, which bounds how long a session can operate without re-authenticating. The legacy Integration WebAPI does not publish numeric rate limits either.
Fleetcomplete Rate Limits is the machine-readable rate-limit profile for Fleet Complete on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 4 rate-limit definitions, measuring requests, seconds, and hours.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Fleet Management, Telematics, GraphQL, and Rate Limiting.