---
title: "Login For Access Token"
method: POST
path: "/token"
tags: ["Authenticate"]
---

# Login For Access Token

`POST /token`

## Response `200`

Successful Response

- TokenResponse
  - `access_token` string, required
  - `token_type` string, required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

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