Skip to main content
Errors

Documentation

Error reference

Common API errors and how to resolve them.

Errors

All errors return JSON:

{ "error": "Human-readable message" }

Common codes

HTTPTypical cause
400Malformed JSON
401Expired token - refresh or re-login
403Missing workspace permission or not admin
404Resource not found
409Note conflict - refetch and retry with new If-Match
422Validation failed
429Rate limited

Webhook delivery

Failed webhook deliveries are stored with lastError for debugging in the admin dashboard.