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

# POST /biome/verify

`POST /biome/verify`

Verifies a user with username and password credentials

## Headers

- `Authorization` string, required
- `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

## Other responses

- `400` — Request was malformed
- `401` — The client is unauthorized
- `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)
