Kintsugi · Rate Limits

Kintsugi Rate Limits

Kintsugi's REST API is authenticated per organization with an API key in the x-api-key header and the x-organization-id header. Specific published per-endpoint request-rate limits are not documented in the public reference; clients are expected to paginate list endpoints and handle standard HTTP throttling responses. Specific numeric limits are not reconciled in this artifact.

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

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

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

Tagged areas include Sales Tax, Tax Compliance, Tax Automation, Rate Limiting, and Quotas.

2 Limits Throttle: 429
Sales TaxTax ComplianceTax AutomationRate LimitingQuotasThrottling

Limits

Requests Per Minute organization
requests
see provider documentation
Per-organization request rate; specific value not published.
Pagination Size request
items
see provider documentation
List endpoints accept page and size query parameters; default and max page size not published.

Policies

Backoff Strategy
Clients should implement exponential backoff with jitter on 429 responses and honor any Retry-After header.
Pagination
Use page and size query parameters on list endpoints to bound response sizes and avoid large unbounded requests.

Sources