Send 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"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.