Flight Watchdog API
The Flight Watchdog API is a tool for daily flight price tracking. The flight tracking is defined by origin and destination, and a price limit. It sends you a notification, if it finds a lower price than defined.
Authorization
You will receive a token from us to use this API.
When you receive the token, use it in the request.
Authorization header example:
Authorization: QWxhZGRpbjpPcGVuU2VzYW1l
How to test the credentials and the header authorization?
Try the index
request described below.
Create Watcher
Create a flight price tracking.
You can call the Create request until you reach the limit of watchers. The limit is set by Travelport CZ. After you reach the limit of watchers, your application should hide the customer input form. Then you can wait until some watchers are deleted and check it with /count-all
. Or contact Travelport CZ to increase the limit.
When the attributecountis the same as the attributelimit, you've reached the limit of watchers.
Watchers are deleted manually or when the flight dates are in the past.
Parameters:
Do not forget to delete all watchers created during your testing.