Rate Limits
CompanyCam rate limits API requests to protect against excessive use. It is recommended that you implement a sufficient retry mechanism in order to account for potential requests that might be denied because of a rate limit.
Limits
HTTP Method | Maximum calls per minute |
---|---|
GET | 240 |
POST | 100 |
PUT | 100 |
DELETE | 100 |
Updated over 2 years ago