---
title: "Get a token"
method: POST
path: "/auth/signin"
tags: ["Authentication"]
---

# Get a token

`POST /auth/signin`

Get a token from Laminar Auth

## Request body

- LoginRequest
  - `username` string, required
  - `password` string, required

## Response `200`

Successful token retrieval

## Other responses

- `401` — Unauthorized

---

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