---
title: "Request authentication token"
method: POST
path: "/v1/requestToken"
tags: ["Authentication"]
---

# Request authentication token

`POST /v1/requestToken`

Generates a JWT token for API authentication

## Headers

- `x-api-key` string, required

## Response `200`

Successful token generation

- object
  - `token` string — JWT token for API authentication

## Other responses

- `4XX` — Client error response

## Changes

- **2025-11-17** `1ecbbc9bbafb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/voltview/apis/voltview-api/changes/v1/requestToken/post.md)

---

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