Pipedrive · Rate Limits

Pipedrive Rate Limits

Pipedrive enforces a token-budget rate-limit model. Each company has a daily allocation of base tokens × plan multiplier × number of seats (plus any purchased top-ups). Different operations cost different amounts; per-user burst limits apply in 2-second windows. Resets daily at server midnight.

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

It captures 7 rate-limit definitions, measuring tokens and events.

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

Tagged areas include CRM, Sales, Rate Limiting, and Throttling.

7 Limits Throttle: 429
CRMSalesRate LimitingThrottling

Limits

Daily Token Budget company
tokens
30,000 base tokens × plan multiplier × number of seats (+ top-ups). Plan multiplier ranges from 1 (Lite) to 7 (Ultimate). Resets daily at server midnight.
Single Entity GET Cost request
tokens
2
Retrieving a single entity (e.g. GET /deals/{id}) costs 2 tokens.
List GET Cost request
tokens
20
Listing multiple entities (e.g. GET /deals) costs 20 tokens.
Update Cost request
tokens
10
PUT / PATCH / POST mutating a single entity costs 10 tokens.
Search Cost request
tokens
40
Search endpoints cost 40 tokens per call.
Per User Burst (2 second window) user
tokens
Per-user burst restrictions apply in 2-second windows; e.g. Lite users may make ~20 token-equivalent requests per 2-second window.
Webhook Delivery subscription
events
Webhook deliveries are retried on 5xx; receivers should respond 2xx within the platform timeout.

Policies

Backoff Strategy
Implement exponential backoff with jitter on 429. Daily exhaustion requires waiting until midnight server time or buying a top-up.
Cost-Aware Design
Prefer single-entity GETs when possible; avoid using search when a direct list+filter works. Cache responses and use webhooks instead of polling.
Pagination
Use limit + start cursor on list endpoints to avoid exhausting the list-GET budget.

Sources

Work with this as data

Every rate limit here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for rate limits

4 MCP tools reach this
  • find_rate_limitsBrowse and filter every rate limit in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This rate limit
curl "https://apis.io/api/v1/rate-limits/pipedrive-rate-limits"
All rate limits
curl "https://apis.io/api/v1/rate-limits?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.