Accounts

Sends a password reset email or challenge to the specified target.

Phone target must be a csv with 3 values: "internationalPrefixNumber,nationalNumber,countryCode"

post/v2/passwords/reset/send

Request body

targetType0 | 1 | 2

['Email' = 0, 'PhoneNumber' = 1, 'RecoverySessionID' = 2]

targetstring
captchaIdstring
captchaTokenstring
captchaProviderstring
challengeIdstring

Response

OK

noncestring
transmissionType0 | 1

['Sms' = 0, 'Email' = 1]

Changes

Changed in 1 of the 15 revisions of this API.1