Navarino RentManager data source

Here is basic instruction on how you can setup JSON importer to get needed data:

Step 1. Generate Access Token and prepare JSON URL

  1.  Login -> API test client -> Get token -> https://navarino.api.rentmanager.com/Help/TestClient

    fe92c3c22a8e5ed5a34e3a643dec4e3a.png
  2. Go to request Builder -> Select needed entity and resource (GET):
    97c7fb56a20f84488dcf7edd94c592c4.png

    3. Execute request:
    09998e211e8417f9f59eb7be4a558986.png

    4. Copy URL: /Contacts
    382fc929af5012b562cf7c1815b95040.pngBuild JSON URL: https://navarino.api.rentmanager.com + /Contacts + ?PageSize=1000&PageNumber=1

    The final URL for Contacts will be: https://navarino.api.rentmanager.com/Contacts?PageSize=1000&PageNumber=1

5. Open Request headers and Copy token:
b70dc561454a893c7584136e9091ee60.png

Step 2. Setup Coupler.io JSON importer

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.