Classy Org Rate Limits
Classy does not publish a fixed numeric requests-per-minute quota for the api.classy.org/2.0 API. The API is fronted by the Kong API gateway (confirmed via x-kong-limit, x-kong-proxy-latency, and x-kong-upstream-latency response headers on the official classy-org/postman-collections examples); the x-kong-limit header reports a "time-consumed" value rather than a simple remaining-request count, consistent with a time/latency-budget style throttling plugin rather than a flat per-minute cap. Exceeding the limit returns an HTTP 429 Too Many Requests response; third-party developer reports describe a retry-after guidance of roughly 24 seconds. OAuth2 access tokens obtained from /oauth2/auth are short-lived (expires_in observed at 7200 seconds / 2 hours in Classy's own Postman examples, with other integrations reporting shorter 3600-second tokens) and must be refreshed by re-authenticating.
Classy Org Rate Limits is the machine-readable rate-limit profile for Classy on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests and seconds.
The profile also includes 3 backoff/retry policies defined and response codes documented for throttled.
Tagged areas include Nonprofit, Fundraising, Rate Limiting, and Quotas.