Skip to main content

Errors

The Gomry API uses standard HTTP status codes to indicate the outcome of a request. Errors return a JSON body with an error field describing the issue.

Error Response Format

For validation errors, additional detail may be included:

Status Codes

Handling Errors

A 404 response does not confirm the resource doesn’t exist — it may belong to a different organization. The API intentionally returns 404 instead of 403 to avoid leaking information about other organizations’ data.