Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 4xx client errors, error seems to have been caused by the client

  • 5xx server errors, server is aware that it has encountered an error or is otherwise incapable of performing the request. This usually means that the issue is on our end. Please Contact Us if you encounter a 5xx error.

Request specific error responses are defined in Postman documentation with examples for each API.

Error response schema (body)

...

Code Block
{
    "errors": [
        {
            "code": "NOT_FOUND",
            "title": "URL not found",
            "detail": "Invalid URL path: /api/v1/ef/banking/bankssbank-accountsrz"
        }
    ],
    "meta": {
        "status": "ERROR"
    }
}

...