---
title: "Send customer dashboard login email"
method: POST
path: "/api/customer/send-login-email"
tags: ["Customer"]
---

# Send customer dashboard login email

`POST /api/customer/send-login-email`

Sends a magic link to the customer's email address so they can access their customer dashboard. The customer is looked up by email within the authenticated merchant's account.

## Request body

- RequestCustomerLoginDto
  - `email` string, email, required — Email address of the customer

## Response `204`

Magic link email sent successfully.

## Other responses

- `401` — Unauthorized - Invalid API key
- `404` — Customer or merchant not found

---

[API](https://skmtc.dev/inflowpay/apis/inflow-api.md) · [All operations](https://skmtc.dev/inflowpay/apis/inflow-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/inflowpay/inflow-api/revisions/3012dd3dd14a/schema)
