---
title: "OAuth2 token"
method: POST
path: "/api/v2/auth/token"
tags: ["auth"]
---

# OAuth2 token

`POST /api/v2/auth/token`

Obtain a new access token

## Response `200`

- AuthTokenDto
  - `accessToken` string, required
  - `access_token` string, required
  - `accessTokenExpiresAt` string, date-time, required
  - `refreshToken` string, required
  - `refresh_token` string, required
  - `refreshTokenExpiresAt` string, date-time, required

---

[API](https://skmtc.net/momence/apis/momence-public.md) · [All operations](https://skmtc.net/momence/apis/momence-public/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/momence/momence-public/versions/5e27e54ff467/schema)
