Links

General structure

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

Limits

The API is currently limited to roughly 100 request per 100-second interval. The X-RateLimit-Limit header on all responses will be set to 100, 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.