Customer Otp
Request a one time token for a customer
API documentation
User
Tenant
Feature
Entitlement
User & permissions
Settings
- Settings
- Media
- Webhook
- Notification
Payment
- Payment Method
- Transaction
- SEPA XML
- Open Banking
- Bank Account Transaction
Customer
- Customer
- Customer Address
- Customer Email
- Customer Settings
- Customer Otp
Billing
- Invoice
- Invoice Position Item
- Billing Run
Dunning
- Dunning Document
- Dunning Rule
Subscription
- Subscription
- Subscription Item
- Subscription Measurement
- Billing Group
Offers
- Offer
- Offer Recipient
- Offer Template
Catalogue
- Unit
- Measurement
- Product
- Product Family
- Price Plan
- Coupon
Checkout
- Checkout Link
- Cart
Accounting
Customer Otp
Request a one time token for a customer
Creates a CustomerOtp resource.
POST
/
public
/
customer
/
request-otp
curl -X POST \
/public/customer/request-otp \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"email": ""
}'
Authorizations
Value for the Authorization header parameter.
Body
The new CustomerOtp resource
The email of the customer
Maximum length:
255
Was this page helpful?
curl -X POST \
/public/customer/request-otp \
--header "Content-Type: application/json" \
--header "Authorization: Bearer <token>" \
--data '{
"email": ""
}'