v1
latestOpenAPI 3.0.32026-07-2632131.4 MBIntegrations
Get integration
Use this endpoint to retrieve all a single account integration.
get/integrations/{id}
Path parameters
idstring required
Integration ID
Query parameters
fieldsstring
Selection of fields, separated by space. When null retrieve the main properties of the object. We recommend always specifying the specific fields you'd like to receive to ensure that you get them. Please see the full list above
Response
User Integration
Example response
{
"_id": "5958c7e5884e961000817799",
"airbnb2": {
"ignored": {
"reservations": [],
"listings": []
},
"emailsFromSupport": []
},
"nickname": "naama",
"userId": "563e0b6a08a2710e00057b85",
"accountId": "563e0b6a08a2710e00057b82"
}