---
title: "Login"
method: POST
path: "/api/v1/auth/login"
tags: ["Internal: Auth"]
---

# Login

`POST /api/v1/auth/login`

Authenticate developer and return access token with refresh token.

## Response `200`

Successful Response

- TokenResponse — Token response with optional refresh token.
  - `access_token` string, required
  - `token_type` string
  - `refresh_token` string, nullable
  - `expires_in` integer, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/openwearables/apis/open-wearables-api.md) · [All operations](https://skmtc.net/openwearables/apis/open-wearables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openwearables/open-wearables-api/versions/37c1c527cd8f/schema)
