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
- Login -> API test client -> Get token -> https://navarino.api.rentmanager.com/Help/TestClient
- Go to request Builder -> Select needed entity and resource (GET):
3. Execute request:
4. Copy URL: /Contacts
Build 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:
Step 2. Setup Coupler.io JSON importer
- JSON URL: https://navarino.api.rentmanager.com/Contacts?PageSize=1000&PageNumber=1
- Method: GET
- Request headers:
- Content-Type: application/json
- X-RM12Api-ApiToken: <<COPIED_TOKEN>>
- Path: empty