Throttling

API requests are throttled according to the following rules:

  • 300 requests per minute
  • Requests are throttled by your company name, not on a per-user/key basis
  • Request count resets at the top of the minute, not on a rolling basis

If you are making requests for many users, consider the /users endpoint instead of multiple requests to the /user/[id] endpoint.