---
title: "Send login link"
method: POST
path: "/2023-10/auth/loginLink"
---

# Send login link

`POST /2023-10/auth/loginLink`

## Request body

- object
  - `myshopifyDomain` string, required — The myshopify domain of the store for which the login link is sent.
  - `email` string — The email address where the customer will receive the login link.
  - `customerShopifyId` integer — The unique Shopify customer ID used to identify the customer.

## Response `200`

200

- object
  - `success` boolean — Indicates whether the login link was sent successfully.
  - `message` string — A human-readable message describing the result of the request.
  - `data` string — Contains the response data returned by the request, if applicable.
  - `code` string — A status code representing the outcome of the request.
  - `pageInfo` integer — Contains additional pagination or metadata information, if available.

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
