v1
latestOpenAPI 3.0.02026-07-224537337.5 KBSend Verification Code
Send an OTP code to a customer's contact information.
post/v2/customer/{id}/otp-send
Path parameters
idstring required
Example:customer_f31121c389624d3697cbf3ea8830b7a4
Customer ID
Request body
Example request
{
"type": "email"
}Response
Example response
{
"customerId": "customer_f31121c389624d3697cbf3ea8830b7a4",
"expiresAt": "2026-03-09T20:46:31.305Z"
}