Ganesh Hegde
1 min readApr 24, 2020

--

I don't think you have to worry about 1000 calls.

Postman API has a rate limit of sixty(60) request per minute. This means that a user can make a maximum of 60 requests per minute to any of the endpoints. The API rate limits are applied at a per-key basis in unit time.

This is what I found in their document.

--

--

Responses (1)