---
title: "Verify short login code"
method: POST
path: "/v1/auth/verify-code"
tags: ["Auth"]
---

# Verify short login code

`POST /v1/auth/verify-code`

Verify the 6-digit email code inside the web app or PWA and issue a dashboard session cookie for the current browser context.

## Request body

- object
  - `email` string, email, required
  - `code` string, required
  - `next` string

## Response `200`

Default Response

- object
  - `ok` boolean
  - `destination` string

---

[API](https://skmtc.net/schedkit/apis/schedkit-api.md) · [All operations](https://skmtc.net/schedkit/apis/schedkit-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/schedkit/schedkit-api/revisions/ff810218c3f4/schema)
