---
title: "Complete Warpgate authentication"
method: POST
path: "/docker/ssh/connect-warpgate"
tags: ["Docker"]
---

# Complete Warpgate authentication

`POST /docker/ssh/connect-warpgate`

Submits empty response to complete Warpgate authentication after user completes browser auth.

## Request body

- object
  - `sessionId` string, required — Session ID from initial connection attempt

## Response `200`

Warpgate authentication completed successfully.

## Other responses

- `401` — Authentication failed or unauthorized.
- `404` — Warpgate session expired.

---

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