---
title: "Authenticate a session for websockets"
method: POST
path: "/users/me/session-auth"
tags: ["User"]
---

# Authenticate a session for websockets

`POST /users/me/session-auth`

Authenticate a widget session for websocket use. Authenticated with the project's public API key
(`api-token` header) plus a signed session identity (`gleap-id`/`gleap-hash` headers), not with a
dashboard JWT.

## Request body

- object
  - `socket_id` string, required

## Response `200`

Ok

- unknown

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/2bfe054193b5/schema)
