check_hotel_booking
Check one booking you submitted, using the read token returned at submission. Use it to find out whether the traveller has confirmed yet: confirmed is false until they click the emailed link, and while it is false nothing is being monitored. Check here before telling your user their booking is being tracked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The read_token from submit_hotel_booking. |