v1

latestOpenAPI 3.0.02026-07-24103118224.7 KB
Customer

Send customer dashboard 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.

post/api/customer/send-login-email

Request body

emailstring email required

Email address of the customer

Example request

{
  "email": "customer@example.com"
}

Response

Magic link email sent successfully.