Campfire · Rate Limits

Campfire Hq Rate Limits

Campfire's developer API is a token-authenticated (Knox) REST API scoped to a customer's own tenant. Public documentation does not publish specific numeric rate-limit values (RPM/RPD/burst) as of the created date. Standard REST fair-use throttling should be assumed, with 429 responses on overage; several list endpoints are paginated, which implicitly bounds per-request payload size. Specific limits are not reconciled in this artifact.

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

It captures 3 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 Accounting, ERP, General Ledger, FinTech, and Rate Limiting.

3 Limits Throttle: 429
AccountingERPGeneral LedgerFinTechRate LimitingQuotasThrottling

Limits

Request Rate tenant
requests
see provider documentation
No public numeric RPM/RPD published; assume REST fair-use limits per API token.
Pagination endpoint
records
see provider documentation
List endpoints are paginated; page size bounds records returned per request.
Bulk Operations endpoint
records
see provider documentation
Bulk endpoints (bulk create/search/match) may enforce a maximum batch size per call.

Policies

Token Scope
Limits and access are enforced per Knox API token, scoped to the issuing Campfire tenant.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on 429 responses.

Sources