Octobat Rate Limits
Octobat does not publish fixed numeric rate limits for its REST API (https://apiv2.octobat.com) in its public documentation. As a Stripe-style billing API it is expected to apply per-account request throttling and to return HTTP 429 (Too Many Requests) when limits are exceeded; clients should implement exponential backoff with jitter. Test-mode (sk_test_) and live-mode (sk_live_) keys are metered separately. Practical throughput is also bounded by each account's plan-level invoice / transaction volume allowance rather than by a documented per-minute request cap.
Octobat Rate Limits is the machine-readable rate-limit profile for Octobat on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests and documents.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Billing, Invoicing, Tax Compliance, Rate Limiting, and Quotas.