Links
Comment on page

General structure

get
https://redivis.com/api/v1
+ POST, PUT, DELETE

Limits

The API is currently limited to roughly 5,000 request per 60-second interval. The X-RateLimit-Limit header on all responses will be set to 5000, and the X-RateLimit-Remaining will reveal the number of requests remaining within the current interval.
If the limit is exceeded for the current interval, you will receive a 429 error with a Retry-After header, specifying when you may resume requests.