get_confirmation_status
Check the outcome of a previous request_jet_confirmation call — has Villiers sent confirmed options yet, and where does the trip stand now (still being sourced / options sent / booked / closed with no booking). Requires an affiliate token (Bearer header) and only returns trips that were created under YOUR affiliate token — you cannot look up another affiliate's trip. Poll this instead of expecting a webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trip_id | Yes | The trip_id returned by request_jet_confirmation (REQUIRED) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Villiers' internal status string, for reference | |
| message | No | Human-readable summary to relay to the user | |
| outcome | No | Coarse bucket: in_progress | options_sent | booked | closed_no_booking | |
| trip_id | No | ||
| client_reference | No | The reference you supplied at request time, if any |