-
Notifications
You must be signed in to change notification settings - Fork 6
4 Rate Limits and Heades
SergeyMell edited this page Jan 4, 2018
·
1 revision
The Vimeo API limits apps to a certain number of calls before resetting.
it returns a couple headers with each API request to let you know how you’re doing:
Header | Description |
---|---|
X-RateLimit-Limit | The total number of requests you are currently allowed to make before your rate limit resets |
X-RateLimit-Remaining | The number of remaining requests you can make before you are rate limited |
X-RateLimit-Reset | A Unix timestamp detailing when the rate limit will reset |