---
title: "POST /v1/authenticate"
method: POST
path: "/v1/authenticate"
tags: ["Authenticate User"]
---

# POST /v1/authenticate

`POST /v1/authenticate`

## Request body

- AuthRequest
  - `userName` string
  - `password` string

## Response `200`

Success

- AuthResponse
  - `id-token` string

## Other responses

- `400` — Bad Request
- `401` — Authentication Failure

---

[API](https://skmtc.dev/driver-and-vehicle-licensing-age/apis/authentication-api.md) · [All operations](https://skmtc.dev/driver-and-vehicle-licensing-age/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/driver-and-vehicle-licensing-age/authentication-api/revisions/4bcce9b87c67/schema)
