Contacts
Errors
Standard error responses from the Contacts API.
All errors return JSON with a single error field.
{ "error": "Contact not found" }| HTTP status | Meaning |
|---|---|
| 400 | Invalid input — see error for details |
| 401 | Missing or invalid authentication |
| 404 | Resource not found or not owned by acting user |
| 409 | Duplicate contact (plain insert without ?upsert=1) |
| 429 | Rate limited — 200 write operations/user/60 s. Back off using the Retry-After response header. |
| 500 | Internal server error |