---
title: "Create Ws Ticket"
method: POST
path: "/api/v1/auth/ws-ticket"
tags: ["auth"]
---

# Create Ws Ticket

`POST /api/v1/auth/ws-ticket`

Exchange an authenticated HTTP identity for a one-time WebSocket ticket.

## Response `200`

Successful Response

- WebSocketTicketResponse — Short-lived one-time ticket used to authenticate browser WebSockets.
  - `ticket` string, required — Opaque one-time WebSocket authentication ticket.
  - `expires_at` string, date-time, required — UTC timestamp when the ticket expires.

## Other responses

- `401` — Authentication is required or the provided token is invalid.
- `403` — The authenticated tenant or user is not admitted to Fleet RLM.
- `503` — Authentication or repository services are not configured yet.

---

[API](https://skmtc.net/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.net/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/62e8c152aa18/schema)
