---
title: "Get a tunnel ticket"
method: GET
path: "/v1/tunnels/ticket"
tags: ["tunnels"]
---

# Get a tunnel ticket

`GET /v1/tunnels/ticket`

Get a signed ticket for establishing a tunnel connection. Requires user authentication (API keys are not supported).

## Response `200`

The tunnel ticket

- object
  - `subdomain` string, required — The subdomain assigned to the user
  - `ticket` string, required — The signed tunnel ticket
  - `tunnelHost` string, required — The tunnel host to connect to

## Other responses

- `400` — 400
- `403` — 403

## Changes

- **2026-08-11** `605de0884cc9` — 1 info
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/alpic/apis/alpic-api/changes/v1/tunnels/ticket/get.md)

---

[API](https://skmtc.dev/alpic/apis/alpic-api.md) · [All operations](https://skmtc.dev/alpic/apis/alpic-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/alpic/alpic-api/revisions/262875478562/schema)
