---
title: "List live VTC events"
method: GET
path: "/vtcs/{id}/events/live"
tags: ["VTCs"]
---

# List live VTC events

`GET /vtcs/{id}/events/live`

Requires a VTC embed token (Authorization: Bearer emb_...), generated from the VTC's Manage > Events > Embed settings. Developer Console API keys (tlmp_api_...) are not accepted here.

## Path parameters

- `id` string, required — VTC id or handle.

## Response `200`

OK

- object
  - `items` object[], required
    - `id` integer, required
    - `name` string, required
    - `slug` string, required
    - `startAt` string, date-time, required
    - `endAt` string, date-time, required
    - `meetupAt` string, date-time, nullable, required
    - `banner` string, nullable, required
    - `category` string, required
    - `departure` string, nullable, required
    - `arrival` string, nullable, required
    - `server` string, nullable, required
    - `game` string, nullable, required
    - `attendeeCount` integer, required
    - `externalLink` string, nullable, required

## Changes

- **2026-09-27** `880b1f4d531c` — 2 info
  - the endpoint scheme security `embedTokenAuth` was added to the API
  - the endpoint scheme security `bearerAuth` was removed from the API

[Change history](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/changes/vtcs/:id/events/live/get.md)

---

[API](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api.md) · [All operations](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/llms.txt) · [OpenAPI document](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/revisions/880b1f4d531c?raw)
