cost_inc_vat reflects your account's custom rate when applicable.curl --location '/training-events?course_id=undefined&location_id=undefined&date_from=undefined&date_to=undefined&available_only=undefined&sort=undefined&sort_dir=undefined&per_page=undefined&page=undefined' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 26,
"course": {
"id": 1,
"name": "CSTF All-In-One Mandatory Practical Training"
},
"location": {
"id": 3,
"name": "Glasgow",
"address": "Abbey Mill Business Centre, Paisley"
},
"start_date": "2026-07-15T10:00:00+01:00",
"end_date": "2026-07-15T17:00:00+01:00",
"remaining_slots": 8,
"cost_inc_vat": 85,
"booking_url": "https://tdta.hbcompliance.co.uk/practical-training/?sgi=ACME001"
}
],
"meta": {
"current_page": 1,
"per_page": 20,
"last_page": 3,
"total": 43
},
"links": {
"next": "https://tdta.hbcompliance.co.uk/api/v1/training-events?page=2",
"prev": null
}
}