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

# POST /biome/token

`POST /biome/token`

Issues a new access token

## Headers

- `SplinterProtocolVersion` integer

## Request body

- object
  - `refresh_token` unknown, required

## Response `200`

Successful operation

- object
  - `token` string — JWT access token used for authorizing access to protected resources

## Other responses

- `400` — Invalid request
- `401` — Access token is invalid
- `403` — Refresh token is invalid
- `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)
