Back to API docs

Viewing: Error Codes

Error Codes

Error codes for alerts and webhook delivery endpoints.

WebSocket

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

Alerts & Webhooks

HTTPError CodeMeaning
403PLAN_LIMITPlan lacks access to alerts/webhooks features or 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.