---
title: "Login"
method: POST
path: "/auth/login"
---

# Login

`POST /auth/login`

Authenticate the API user and obtain the AUTH token.

## Request body

- object
  - `username` string — User name
  - `password` string

## Response `200`

200

## Other responses

- `400` — 400
- `401` — 401

---

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