Skip to content

Commit

Permalink
Merge pull request #20 from basecamp/rate-limit-change
Browse files Browse the repository at this point in the history
rate-limit-change
  • Loading branch information
n8 committed Jun 1, 2015
2 parents 5778ad6 + 4664281 commit 6242712
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,11 @@ Note that, in general, if a request causes a new record to be created (like a ne
Rate limiting
-------------

You can perform up to 500 requests per 10 second period from the same IP address for the same account. If you exceed this limit, you'll get a `503 Service Unavailable` response for subsequent requests. Check the `Retry-After` header to see how many seconds to wait before retrying the request.
**Please note:** We've lowered the API limit call to searching for contacts via an email address to 2 requests in a 10 second period.

All other limits remain at up to 500 requests per 10 second period from the same IP address for the same account.

If you exceed this limit, you'll get a `503 Service Unavailable` response for subsequent requests. Check the `Retry-After` header to see how many seconds to wait before retrying the request.

SSL Usage
---------
Expand Down

0 comments on commit 6242712

Please sign in to comment.