Forgot User ID API
This API helps user retrieve their user ID by providing their PAN and registered mobile number. Its useful in scenarios where the user forgets their User ID.
🔍Query Parameters
| Parameter | Type | Description | Example/ENUM |
|---|---|---|---|
| pan | string | Permanent Account Number (PAN) | ABCDE1234F |
| mobile_no | string | Registered Mobile Number | 9876543210 |
🔑Header Parameters
| Header | Type | Description | Example |
|---|---|---|---|
| Content-type | string | MIME type of the request body | application/json |
| x-api-key | string | Unique API Key for authentication | x-api-key |
| api_key | string | (Optional) Alternative auth method | api_key |
🟢Response : 200 OK
Returns a JSON response containing the user ID if the PAN and mobile number are valid.
📑Response Body Schema: application/json
| Field | Type | Description | Example |
|---|---|---|---|
| status | string | Status of the API call (e.g., success) | "success" |
| code | string | Response code for the request | "s-101" |
| message | string | Informational message about the outcome | "User id fetched successfully" |
| data | array | List of user-related details | User ID, DOB, groudID, pan,mobile no,email. |
get
/authentication/v1/user/details