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

# POST /v0/auth/login

`POST /v0/auth/login`

## Request body

- JsonLogin
  - `email` string, required
  - `invite` string
  - `plan` 'free' | 'pro' | 'team' | 'enterprise'
  - `recaptcha_token` string

## Response `202`

successfully enqueued operation

- JsonAuthAck
  - `email` string, required

## Other responses

- `4XX` — Error
- `5XX` — Error

## Changes

> 64 revisions in range; 38 could not be searched.

- **2026-03-20** `36c8ad753527` — 1 breaking
  - removed the enum value `pro` of the request property `plan/allOf[#/components/schemas/PlanLevel]/`

[Change history](https://skmtc.dev/bencherdev/apis/bencher-api/changes/v0/auth/login/post.md)

---

[API](https://skmtc.dev/bencherdev/apis/bencher-api.md) · [All operations](https://skmtc.dev/bencherdev/apis/bencher-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bencherdev/bencher-api/revisions/74e9728a444e/schema)
