Rate limiting information is send via HTTP headers. The two parameters indicate the rate limit your plan supplies, as well as how much you've used in the last minute. If you use the entire rate limit, you will get locked out of the API for a 1 minute cooldown period. When you get a HTTP code 429 "Too Many Attempts". In the below example, there are an alloted 10 requests per minute. We used one, so we have 9 remaning. After 60 seconds from the first request we will have our rate limit refreshed to 10. To increase your rate limit, upgrade your subscription. If you reach your rate limit the administrator of your team will be notified and the request will not be saved.
X-RateLimit-Limit:10
X-RateLimit-Remaining:9