Skip to content

Security & Privacy

Rate limiting

Restricting how many requests a user or service can make in a period of time.

Example

An API allows each account only 100 requests per minute.

Why people use it

Knowing how “Rate limiting” works helps teams protect systems, data, users, and connected tools.

What you'll hear

“What are the risks around Rate limiting if we connect this to company data?”

Related terms