---
title: "Email login link"
method: POST
path: "/login/email"
tags: ["Login"]
---

# Email login link

`POST /login/email`

Emails a link that can be used to instantly log into the mabl app

## Request body

- EmailLoginRequest
  - `email` string, required — The email address where the login link should be sent
  - `login_url_template` string, required — The template for the mabl app URL to send in the login email

## Response `202`

Login email request accepted

## Other responses

- `400` — Invalid or missing parameter
- `default` — Unknown error

---

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