ProfitFlow
    ProfitFlow
    • Authentication
      • Login
        POST
      • Logout
        POST
    • Categories
      • List categories
        GET
      • Get category
        GET
    • Units
      • List available units
        GET
      • Get unit details
        GET
    • Investors
      • List investors
        GET
      • Get investor details
        GET
      • Get investor portfolio
        GET
    • Schemas
      • User
      • Category
      • Error
      • Unit
      • Investor
      • ValidationError
      • Portfolio
      • PaginationLinks
      • PaginationMeta

    ValidationError

    {
        "message": "The email field is required.",
        "errors": {
            "email": [
                "The email field is required."
            ]
        }
    }
    Built with