Auto Value API
    • Reports
      • Create a valuation report
        POST
    • Authentication
      • Register a new account
        POST
      • Authenticate an existing user
        POST
      • End the current session
        POST
    • Schemas
      • CreateReportDto
      • ReportDto
      • ReportSuccessResponseDto
      • ValidationErrorDetailsDto
      • ValidationErrorResponseDto
      • ErrorResponseDto
      • CreateUserDto
      • UserDto
      • UserSuccessResponseDto
      • SignInUserDto
      • MessageSuccessResponseDto

    UserDto

    {
        "id": 17,
        "email": "john.doe@autovalue.com",
        "firstName": "John",
        "lastName": "Doe",
        "fullName": "John Doe"
    }
    Built with