curl --location '/booking-invites?is_sent=undefined&is_used=undefined&course_id=undefined&training_id=undefined&search=undefined&date_from=undefined&date_to=undefined&sort=undefined&sort_dir=undefined&per_page=undefined&page=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 101,
"name": "Jane Smith",
"email": "jane@example.com",
"cgo_name": "Account Manager",
"cgo_email": "manager@acme.co.uk",
"invite_url": "https://tdta.hbcompliance.co.uk/practical-training/?si=abc123def456",
"is_sent": true,
"is_used": false,
"course": {
"id": 1,
"name": "CSTF All-In-One Mandatory Practical Training"
},
"training_event": null,
"booking_id": null,
"created_at": "2026-06-05T10:00:00+00:00"
}
],
"meta": {
"current_page": 1,
"per_page": 20,
"last_page": 3,
"total": 47
},
"links": {
"next": null,
"prev": null
}
}