v1
latestOpenAPI 3.0.32026-07-2632131.4 MBIntegrations
Update integration
Selectively update fields of single account integration.
put/integrations/{id}
Path parameters
idstring required
Integration ID
Request body
Example request
{
"_id": "5958c7e5884e961000817799",
"airbnb2": {
"ignored": {
"reservations": [],
"listings": []
},
"emailsFromSupport": []
},
"platform": "airbnb2",
"nickname": "naama",
"channelId": "airbnb2",
"proxyEmail": "test@user.guesty.com",
"incomingEmail": "test@user.guesty.com",
"externalAccountId": "123456789",
"companyName": "Test company",
"userId": "563e0b6a08a2710e00057b85",
"accountId": "563e0b6a08a2710e00057b82",
"missingStep": "add_account_settings"
}Response
Integration object
Example response
{
"_id": "5958c7e5884e961000817799",
"airbnb2": {
"ignored": {
"reservations": [],
"listings": []
},
"emailsFromSupport": []
},
"nickname": "naama",
"userId": "563e0b6a08a2710e00057b85",
"accountId": "563e0b6a08a2710e00057b82"
}