Qrent
  1. Property
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
  1. Property

Subscribe to Property

PUT
/properties/{propertyId}/subscribe
Subscribe to updates for a specific property

Request

Path Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.qrent.rent/properties/1739/subscribe'

Responses

🟢201Created
application/json
Successfully subscribed to property
Body

Example
{}
🟠401Unauthorized
🟠404Record Not Found
🟠409409
Modified at 2025-06-21 07:06:04
Previous
User Preferences
Next
Unsubscribe from Property
Built with