APIReferenceCustomer
Start customer login
Initiates a passwordless customer login flow.
Sends a one-time verification code to the customer's email address.
Authorization<token>
Use Authorization: Bearer pk_...
In: header
emailstring
Customer email address.
Format
emailResponse Body
curl -X POST "https://api.storrik.com/v1/customer/login" \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com" }'{
"ok": true
}Empty
Empty