Implementation
Last updated
Was this helpful?
Last updated
Was this helpful?
To add a new price tracking, you need a watcher. The watcher is a database record containing information about a flight. Use it every time a customer wants to track a new flight.
This function is not provided by the API. To simplify management of customer limits, the API provides a function that counts watchers for an email address.
API does not limit watchers for one email address.
The application must provide notification unsubscribing for every customer. This can be achieved by API function delete.
If the API finds a lower price, it sends a notification. The URL of the notification is a part of the user settings.