---
title: "Get a JWT issued to use as Bearer token"
method: POST
path: "/auth/v1/token"
tags: ["Auth"]
---

# Get a JWT issued to use as Bearer token

`POST /auth/v1/token`

Returns a signed JWT for use as a Bearer token. The token is valid for 20 minutes.

## Request body

- AuthApiTokenGrantRequest
  - `tokenId` string
  - `tokenSecret` string

## Response `200`

OK

---

[API](https://skmtc.net/minubo/apis/minubo-api.md) · [All operations](https://skmtc.net/minubo/apis/minubo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/minubo/minubo-api/revisions/66b01bd3abe6/schema)
