---
title: "Current phone-home JWT for a caller-owned project"
method: GET
path: "/v1/projects/{id}/phone-home-token"
tags: ["Projects"]
---

# Current phone-home JWT for a caller-owned project

`GET /v1/projects/{id}/phone-home-token`

## Path parameters

- `id` string, required

## Query parameters

- `env` 'production' | 'staging' | 'uat' | 'dev'

## Response `200`

- PhoneHomeTokenDto
  - `token` string, required — Signed project phone-home JWT.
  - `expiresAt` string, date-time, required
  - `jti` string, required — JWT id for audit correlation.
  - `issuedAt` string, date-time, required
  - `env` 'production' | 'staging' | 'uat' | 'dev', required — Deployment environment stamped into the JWT `env` claim. Tokens minted before GTM-441 surface as `production`.

## 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)
