Errors and limits
Status codes, limits, and what each one means.
| Status | Meaning |
|---|---|
200 / 201 | Fine |
400 | The body failed validation. The message names the field |
401 | Missing, invalid or revoked token. The three are deliberately indistinguishable |
404 | No such endpoint |
405 | Wrong method on a reference file |
409 | Too many periods stored |
413 | Body over 256 KB |
429 | Over 120 requests a minute for this token |
Limits
| Limit | Value |
|---|---|
| Requests per minute, per token | 120 |
| Body size | 256 KB |
| Lines per declaration | 500 |
| Periods stored per client | 60 |