Implementation
Create a watcher
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.
Schema

Request a detail
Manage customer limits
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.
Delete a watcher
The application must provide notification unsubscribing for every customer. This can be achieved by API function delete.
Schema

Receive a notification
If the API finds a lower price, it sends a notification. The URL of the notification is a part of the user settings.
Schema

Last updated