---
title: "Get One-off Hosted Session Link"
method: POST
path: "/hosted/sessions"
tags: ["Hosted Sessions"]
---

# Get One-off Hosted Session Link

`POST /hosted/sessions`

Retrieve a hosted `link` to authenticate an `employee` with the Kota Hosted. This link is valid for a single use and expires after 60 minutes.

## Request body

- CreateSessionTokenLinkRequest
  - `employer_id` string, required
  - `employee_id` string, required

## Response `200`

OK

- CreateHostedSessionTokenResponse
  - `link` string, required
  - `expiry` string, date-time, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/kota/apis/kota-api.md) · [All operations](https://skmtc.net/kota/apis/kota-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kota/kota-api/revisions/85bb8b3c42b4/schema)
