---
title: "Auth"
method: POST
path: "/auth/"
---

# Auth

`POST /auth/`

## Request body

- object
  - `username` string, required
  - `password` string, required

## Response `200`

- object
  - `token` string, required
  - `expired` string, required
  - `rc` string, required
  - `message` string, required

---

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