cURL
curl -X POST \ /public/customer/request-otp \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '{ "email": "" }'
Creates a CustomerOtp resource.
Documentation IndexFetch the complete documentation index at: https://docs.fynn.eu/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fynn.eu/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The new CustomerOtp resource
The email of the customer
255
No content
War diese Seite hilfreich?