---
title: "List every install token across every project owned by the caller customer"
method: GET
path: "/v1/customers/me/install-tokens"
tags: ["Customers Me"]
---

# List every install token across every project owned by the caller customer

`GET /v1/customers/me/install-tokens`

## Query parameters

- `showExpired` 'true' | 'false'

## Response `200`

- CustomerInstallTokenListDto
  - `items` CustomerInstallTokenDto[], required
    - `id` string, uuid, required
    - `projectId` string, uuid, required
    - `label` string, nullable, required
    - `tokenPrefix` string, required
    - `createdAt` string, required
    - `expiresAt` string, required
    - `revokedAt` string, nullable, required
    - `lastUsedAt` string, nullable, required
    - `projectName` string, required
    - `projectKey` string, required

## Other responses

- `400` — Validation failed
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict
- `500` — Internal server error

---

[API](https://skmtc.net/vendure/apis/vendure-io-api-public.md) · [All operations](https://skmtc.net/vendure/apis/vendure-io-api-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vendure/vendure-io-api-public/revisions/5fc4757128af/schema)
