Misar Docs
MisarMailMisar.BlogMisarReachMisarPostMisar.DevMisar PlatformMisar IdentityMisar Posts API
Contacts

Errors

Standard error responses from the Contacts API.

All errors return JSON with a single error field.

{ "error": "Contact not found" }
HTTP statusMeaning
400Invalid input — see error for details
401Missing or invalid authentication
404Resource not found or not owned by acting user
409Duplicate contact (plain insert without ?upsert=1)
429Rate limited — 200 write operations/user/60 s. Back off using the Retry-After response header.
500Internal server error