Skip to main content

Forgot MPIN – Send OTP

This API is used to send a One-Time Password (OTP) to the user's registered mobile number in case they have forgotten their MPIN.

🔑Header Parameters

HeaderTypeDescriptionExample
Content-TypestringThe media type of the request bodyapplication/json
x-api-keystringAPI key provided for authenticationx-api-key

📦Request Body Schema

FieldTypeRequiredDescriptionExample
user_idstringYesUnique Client code (UCC) assigned to the user"UCC123456"
api_keystringYesAPI key provided by SynapseWave for client identification"abc123xyz"
sourcestringYesSource of the request: WEBAPI (browser) or MOBILEAPI (mobile app)"MOBILEAPI"

🟢Success Response - 200 Ok

FieldTypeDescriptionExample
statusstringIndicates status of the API call (success)"success"
codestringResponse code"s-101"
messagestringUser-friendly message"OTP Sent Reset MPIN & Fingerprint"
post/authentication/v1/user/mpin/reset/send-otp