Skip to main content
Every Operata API endpoint returns standard HTTP status codes and, where useful, a stable string error.code you match on — use that code in your error-handling logic, not the human-readable message.

Endpoint

Parameters

This page covers error responses. The error shape applies to every endpoint; check each endpoint’s own reference page for the codes it emits.

Response

Operata returns errors as JSON in a stable envelope:

Example

An error response from a reversed time window on the contact summary endpoint:

Errors