Agoda Booking

Retrieve Bookings

Normally AGODA would notify on new bookings and booking related changes. In special cases, it may be neccessary to retrieve manually some bookings. The following request will check for new bookings:

GET ${DOMAIN}/bookinglist

Room based pricing

{
"from":"2020-05-22T15:00:00+07:00",
"to":"2020-05-22T16:00:00+07:00"
}

In case there are new booking operations, they will be retrieved and presented in the screen. Once new booking operations are retrieved, an attempt retrieve their details will be made automatically.