---
title: "POST /biome/login"
method: POST
path: "/biome/login"
tags: ["Biome"]
---

# POST /biome/login

`POST /biome/login`

Authenticates a user with username and password credentials

## Headers

- `SplinterProtocolVersion` integer

## Request body

- object
  - `username` unknown, required
  - `hashed_password` unknown, required

## Response `200`

Successful operation

- object
  - `message` string
  - `user_id` string — Internal unique identifier for the user
  - `token` string — JWT access token used for authorizing access to protected resources
  - `refresh_token` string — JWT refresh token used for obtaining a new access to token

## Other responses

- `400` — Invalid request
- `500` — Internal server error occurred

---

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