Storrik LogoStorrik Docs
APIReferenceCustomer

Start customer login

Initiates a passwordless customer login flow.

Sends a one-time verification code to the customer's email address.

POST
/v1/customer/login
Authorization<token>

Use Authorization: Bearer pk_...

In: header

emailstring

Customer email address.

Formatemail

Response 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