Developers API

Realtime Event Engine

WebSocket streaming, event webhooks, payload schemas, rule conditions, delivery lifecycle, signature verification, event history, and errors.

Error Codes

Error codes for WebSocket and Realtime Event Engine endpoints.

WebSocket

CodeMeaning
4000Generic connection or server failure
4001Invalid or missing API key

Realtime Event Engine

HTTPError CodeMeaning
403PLAN_LIMITPlan lacks access to Realtime Event Engine or event limits were reached.
400VALIDATIONInvalid payload field or unsupported query option.
404NOT_FOUNDWebhook, rule, or history record does not belong to this developer.

Error envelope is typically returned as {"error":{"code","message|details"}}, with minor variation by endpoint.