Qrent
    Qrent
    • User Authentification
      • User Login
        POST
      • User Register
        POST
      • Auth Profile
        PUT
      • Verification Email
        POST
      • Verify Email
        POST
    • User Preferences
      • User Profile
        GET
      • User Profile
        PUT
      • User Preferences
        GET
    • Property
      • Subscribe to Property
        PUT
      • Unsubscribe from Property
        DELETE
      • Get User Subscriptions
        GET
      • Get Properties List Based on Preference
        POST
      • Region Statistics
        GET
    • Other
      • Echo
        GET
      • Clear Data
        DELETE
    • Schemas
      • User
      • Preference
      • Property

    User

    {
        "id": 1,
        "password": "string",
        "name": "User",
        "gender": 0,
        "phone": "string",
        "email": "string"
    }
    Built with