You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to provide reliable service for all of our customers and API load predictability for our device partners, we have a number of rate limits and guardrails in place.
5
+
6
+
## Rate Limits
7
+
8
+
For requests with rate limits, exceeding these limits results in the corresponding API calls failing with a `429 Too Many Requests` response. You must then retry your request after the appropriate amount of time.
9
+
10
+
We enforce the following rate limits on a per-device basis:
11
+
12
+
<table><thead><tr><thwidth="243">Operation</th><th>Limit</th></tr></thead><tbody><tr><td><ahref="https://docs.seam.co/latest/api/access_codes/create">Create an access code</a></td><td>10 access code creations per minute</td></tr><tr><td><ahref="https://docs.seam.co/latest/api/access_codes/update">Update an access code</a></td><td>10 access code updates per minute</td></tr><tr><td><ahref="https://docs.seam.co/latest/api/access_codes/delete">Delete an access code</a></td><td>20 access code deletions per minute</td></tr><tr><td><ahref="https://docs.seam.co/latest/api/locks/lock_door">Lock a lock</a></td><td>15 lock requests per minute</td></tr><tr><td><ahref="https://docs.seam.co/latest/api/locks/unlock_door">Unlock a lock</a></td><td>15 unlock requests per minute</td></tr></tbody></table>
0 commit comments