Quick lookup
| Retry-After | Tells the client how long to wait before retrying. |
|---|---|
| X-RateLimit-Limit | Check exact spelling, casing, and the platform documentation for this field. |
| X-RateLimit-Remaining | Check exact spelling, casing, and the platform documentation for this field. |
| X-RateLimit-Reset | Check exact spelling, casing, and the platform documentation for this field. |
| RateLimit-Policy | Check exact spelling, casing, and the platform documentation for this field. |
Common mistakes
- Debugging the client before checking the raw request and response
- Ignoring headers that explain cache, auth, or rate limits
- Treating browser CORS failures as generic API downtime
- Logging tokens or webhook secrets while troubleshooting