---
title: "Admin Token"
method: POST
path: "/api/admin/token"
tags: ["Admin"]
---

# Admin Token

`POST /api/admin/token`

Authenticate an admin and issue a token.

## Response `200`

Successful Response

- Token
  - `access_token` string, required
  - `token_type` string

## Other responses

- `401` — Unauthorized Error
- `403` — Forbidden Error
- `422` — Validation Error

---

[API](https://skmtc.dev/ha-man2/apis/pasarguardapi.md) · [All operations](https://skmtc.dev/ha-man2/apis/pasarguardapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ha-man2/pasarguardapi/revisions/84d9ff88fcda/schema)
