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

# List VTC partnerships

`GET /vtcs/{id}/partnerships`

Returns partnerships where both companies are currently public and searchable.

## Path parameters

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

## Response `200`

OK

- object
  - `items` object[], required
    - `id` integer, required
    - `name` string, required
    - `handle` string, nullable, required
    - `profilePicture` string, nullable, required
    - `banner` string, nullable, required
    - `verified` boolean, required
    - `partnered` boolean, required
    - `partnershipCreatedAt` string, required

## Changes

- **2026-09-27** `880b1f4d531c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/trucklinemp/apis/trucklinemp-public-api/changes/vtcs/:id/partnerships/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)
