list_attributed_enquiries
List the charter enquiries (trips) attributed to YOUR OWN affiliate token, newest first — so you can match enquiries that arrived via your website tracking link without going through the affiliate dashboard. Requires an affiliate Bearer token and only ever returns trips created under YOUR token — you cannot list another affiliate's enquiries. Each result includes a short reference matching the one shown on the affiliate dashboard, the coarse outcome stage, and your own client_reference if you supplied one via request_jet_confirmation or the &aref= tracking-link parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 20, max 50) | |
| offset | No | Pagination offset (default 0). Call again with offset=next_offset from the previous response to page past the first `limit` results — see has_more/next_offset in the output. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of enquiries returned | |
| offset | No | The offset this response was generated at | |
| summary | No | ||
| has_more | No | True if more results exist beyond this page | |
| enquiries | No | ||
| next_offset | No | Offset to pass in the next call to continue paging; null when has_more is false | |
| total_available | No | Total matching enquiries under your affiliate token |