user
resendOtp user
resend otp token
post/users/resend-otp
Request body
Example request
{
"offer_share_token": "abc123"
}Response
OK response.
Example response
{
"anonymized_email": "abc123",
"code": "abc123"
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.