v1
latestOpenAPI 3.0.32026-07-2632131.4 MBIntegrations
List all integrations
Retrieve a list of all your account integrations.
get/integrations
Query parameters
fieldsstring
Selection of fields, separated by space
limitnumber
Limit for list of records. Default value: 25, max: 100
skipnumber
Skip number of records. In case nothing provided so nothing will be skipped
sortstring
Ascending alphabetical sort , use - to descending sort. Default -active nickname
Response
Array of requested integrations
Example response
{
"results": [
{
"_id": "5958c7e5884e961000817799",
"airbnb2": {
"ignored": {
"reservations": [],
"listings": []
},
"emailsFromSupport": []
},
"nickname": "naama",
"userId": "563e0b6a08a2710e00057b85",
"accountId": "563e0b6a08a2710e00057b82"
}
],
"count": 1,
"limit": 25
}