/
Get all property managers
Get all property managers
get https://ws.icnea.net/analytics/clients/?usr=a1b2c3d4e5
Use this endpoint to retrieve all property managers connected to you.
QUERY PARAMS
usr string required | API_key for your company, provided by Icnea. |
RESPONSES
200
{
"analytics_clients_response": {
"clients": [
{
"client_id": 1234,
"name": "Auri",
"properties": 120
}, {
"client_id": 5678,
"name": "Gaia",
"properties": 2
}
]
}
}
Parameter | Type | Description |
---|---|---|
client_id | integer | Unique ID of the property manager. 4-digits number. |
name | string | Name of property manager |
properties | integer | Total number of active properties. |
400
{
"analytics_clients_response": {
"error_code": "",
"error_message": ""
}
}
Field | Type | Description |
---|---|---|
error_code | string | Icnea internal error_id to help with debugging. |
error_message | string | Human readable description of error. |
, multiple selections available,
Related content
Get all listings
Get all listings
More like this
Retrieve a listing
Retrieve a listing
More like this
Get all reservations
Get all reservations
More like this
Getting started
Getting started
Read with this
GET List of properties
GET List of properties
More like this
Welcome to the Icnea Analytics API Docs
Welcome to the Icnea Analytics API Docs
More like this