---
title: "Login"
method: POST
path: "/v0/auth/login"
tags: ["auth"]
---

# Login

`POST /v0/auth/login`

## Cookies

- `db_device_id` string, nullable

## Response `200`

Successful Response

- Token
  - `token_type` string
  - `access_token` string, required
  - `expires_in` integer, required
  - `expires_on` integer, required
  - `refresh_token` string, required

## Other responses

- `401` — If user email password authentication fails, or if user is not found.
- `403` — If user does not have sufficient permissions. If team does not have sufficient permissions.
- `422` — Validation Error

---

[API](https://skmtc.net/databento/apis/databento-openapi-specification.md) · [All operations](https://skmtc.net/databento/apis/databento-openapi-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/databento/databento-openapi-specification/revisions/08ef3d01f5b8/schema)
