---
title: "Create a Session"
method: POST
path: "/api/sessions"
tags: ["Session"]
---

# Create a Session

`POST /api/sessions`

Submit a user's credentials and receive a JWT token

## Request body

- object
  - `login_username` string, required
  - `login_password` string, required

## Response `200`

JWT as response body

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/cablelabs/apis/lpwan-server.md) · [All operations](https://skmtc.dev/cablelabs/apis/lpwan-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cablelabs/lpwan-server/revisions/a77a7d2af072/schema)
