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 | Type | Description | Example |
|---|
Content-Type | string | The media type of the request body | application/json |
x-api-key | string | API key provided for authentication | x-api-key |
📦Request Body Schema
| Field | Type | Required | Description | Example |
|---|
| user_id | string | Yes | Unique Client code (UCC) assigned to the user | "UCC123456" |
| api_key | string | Yes | API key provided by SynapseWave for client identification | "abc123xyz" |
| source | string | Yes | Source of the request: WEBAPI (browser) or MOBILEAPI (mobile app) | "MOBILEAPI" |
🟢Success Response - 200 Ok
| Field | Type | Description | Example |
|---|
| status | string | Indicates status of the API call (success) | "success" |
| code | string | Response code | "s-101" |
| message | string | User-friendly message | "OTP Sent Reset MPIN & Fingerprint" |