---
title: "Generate auth token"
method: GET
path: "/v1/auth/token"
tags: ["auth"]
---

# Generate auth token

`GET /v1/auth/token`

Generates an auth token for authenticating your requests

## Headers

- `api-key` string, required

## Response `200`

Ok

- AuthTokenResponse
  - `expiryInEpochMillis` integer — The timestamp at which the generated token will expire - in Unix time.
  - `token` string

## Other responses

- `400` — Bad request or missing api-key header
- `401` — Bad api-key provided
- `503` — Service Unavailable

---

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