curl -X POST \ /customers/{id}/send-login-email \ --header "Authorization: Bearer <token>"
Kopieren
{ "success": true}
Authentication
Send login email to customer
Sends an email to the customer containing a login link to the customer portal. The customer can click the link to access their portal without entering credentials. Use this for support scenarios or to help customers access their account.
POST
/
customers
/
{id}
/
send-login-email
cURL
Kopieren
curl -X POST \ /customers/{id}/send-login-email \ --header "Authorization: Bearer <token>"
Kopieren
{ "success": true}
Sends an email to the customer containing a one-click login link to the customer portal.