Resend an OTP email to the user
POST https://api.circle.com/v1/w3s/users/email/resendOTP
When the users don’t receive the OTP email, you can call this API to resend OTP email. The prior OTP email would expire after the new one is sent out.
https://developers.circle.com/w3s/reference/resendotp
Request Body
{"idempotencyKey"=>"{{$guid}}", "otpToken"=>"eyJhbGciOiJS...-F8EFYDYjAxIUw", "email"=>"john@domain.com", "DeviceId"=>"018d7c79-6b79-71ec-8ad8-ebc2b57a4650"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-User-Token | string | ||
accept | string | ||
content-type | string |
RESPONSES
status: OK
{"data":{"otpToken":"eyJhbGciOiJS...-F8EFYDYjAxIUw"}}