GET
/
error-list-example
/
Get sample error (bulk operations)
curl --request GET \
  --url https://api.letraz.app/api/v1/error-list-example/
{
  "code": "<string>",
  "errors": [
    {
      "error": {
        "uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "code": "<string>",
        "message": "<string>",
        "details": "<string>",
        "extra": "<string>"
      }
    }
  ],
  "message": "<string>"
}

Response

400 - application/json

The response is of type object.