Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rate limiting info #1

Open
simonoff opened this issue Oct 8, 2015 · 0 comments
Open

Rate limiting info #1

simonoff opened this issue Oct 8, 2015 · 0 comments

Comments

@simonoff
Copy link
Member

simonoff commented Oct 8, 2015

Rate limiting

Rate limiting is is considered per API token. API allows to perform 100 requests per 10 seconds.
Every API response includes the following headers:
X-RateLimit-Limit: the amount of requests current API token can perform for the 10 seconds window.
X-RateLimit-Remaining: the amount of requests left for the 10 seconds window.
X-RateLimit-Reset: the amount of seconds before the limit resets.
In case the limit is exceeded for the time window, the Pipedrive API will return an error response with HTTP code 429 and Retry-After header that will incicate the amount of seconds before the limit resets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant