TripAdvisor Configuration

/config Configuration requests are sent by appending /config to your endpoint. There are no request parameters on this GET request.

The details in the emergency_contacts array will be used by Tripadvisor to contact you in cases where urgent API issues are detected and need to be addressed. These contacts must be kept up to date.

{
"api_version": 8,
"configuration": {
"languages": ["en", "it", "sq"],
"prefHotels": 100,
"emergencyContacts": [{
"fullName": "Armand *",
"email": "armand@****.com",
"phoneNumber": "+49.17643439006"
}],
"infoContacts": [{
"fullName": "Florida *",
"email": "florida.*@***.com",
"phoneNumber": "+355.684367469"
}, {
"fullName": "Edmir *",
"email": "edmir.*@***.com",
"phoneNumber": "+355.693317438"
}],
"fiveMinRateLimit": 10000
},
"debug_info": "The ip of the request is 127.0.0.1"
}