---
title: "Login to the Cove API"
method: POST
path: "/v1/auth/login"
tags: ["Auth"]
---

# Login to the Cove API

`POST /v1/auth/login`

Login to the Cove API

## Request body

- V1LoginRequest
  - `username` string
  - `password` string

## Response `200`

A successful response.

- V1LoginResponse
  - `accessToken` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto.md) · [All operations](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcove/proto-screening-v2-screening-proto/revisions/9d9f9d9f0188/schema)
