---
title: "uses the oauth2 authorization code to generate a refresh and access token"
method: POST
path: "/auth/login"
tags: ["auth"]
---

# uses the oauth2 authorization code to generate a refresh and access token

`POST /auth/login`

Uses the oauth2 authorization code to generate a refresh and access token.

## Request body

- object
  - `code` string

## Response `200`

the freshly created access token

- Authorization
  - `token` string — the access token

---

[API](https://skmtc.dev/ustaxcourt/apis/dev-ef-cms.md) · [All operations](https://skmtc.dev/ustaxcourt/apis/dev-ef-cms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ustaxcourt/dev-ef-cms/revisions/61ffbd9e4b60/schema)
