Digitail · Rate Limits

Digitail Rate Limits

The Digitail Open API documents a rate limit of 200 requests per minute. Requests are paginated with page and per_page (default 15) query parameters, so large data sets should be walked page by page within the per-minute budget. No separate daily quota or per-endpoint numeric limits are published as of the review date beyond the 200 requests-per-minute ceiling.

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

It captures 2 rate-limit definitions, measuring requests and records.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Veterinary, PIMS, Rate Limiting, and Quotas.

2 Limits Throttle: 429
VeterinaryPIMSRate LimitingQuotas

Limits

API Requests account
requests
200 per minute
Documented ceiling of 200 requests per minute across the Open API.
Pagination Page Size request
records
per_page (default 15)
Results are paginated via page and per_page query parameters.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 (Too Many Requests) responses.
Pagination Walking
Retrieve large collections by iterating page/per_page rather than requesting oversized pages, staying within the 200 req/min budget.

Sources