Skip to main content

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

ParameterTypeDescriptionExample/ENUM
panstringPermanent Account Number (PAN)ABCDE1234F
mobile_nostringRegistered Mobile Number9876543210

🔑Header Parameters

HeaderTypeDescriptionExample
Content-typestringMIME type of the request bodyapplication/json
x-api-keystringUnique API Key for authenticationx-api-key
api_keystring(Optional) Alternative auth methodapi_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

FieldTypeDescriptionExample
statusstringStatus of the API call (e.g., success)"success"
codestringResponse code for the request"s-101"
messagestringInformational message about the outcome"User id fetched successfully"
dataarrayList of user-related detailsUser ID, DOB, groudID, pan,mobile no,email.
get/authentication/v1/user/details