POST
/
public
/
customer
/
request-otp
curl -X POST \
 /public/customer/request-otp \
 --header "Content-Type: application/json" \
 --header "Authorization: Bearer <token>" \
 --data '{
    "email": ""
}'

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Body

The new CustomerOtp resource
email
string
required

The email of the customer

Maximum length: 255