Skip to main content

Profile

Use this API to retrieve User details such as name, email, mobile no and other relevant details. The data will be in encrypted format. The methodology to decrypt and decryption key will be same as shared on mail.

🟢 Response Status Code - 200 Ok

Content-Type: application/json

FieldTypeDescriptionExample / Enum
statusstringStatus of API call"success"
codestringResponse code for the user request"s-101"
messagestringMessage displayed when the API call is successful"User profile data successfully fetched"
datastringResponse data in encrypted format"ENCRYPTED_STRING"

🔴 Error Response - 400 Bad Request

FieldTypeDescriptionExample
statusstringStatus of the API call Default Error"error"
codestringError code indicating the failure"e-101"
messagestringSpecific message explaining the reason for failed request."Error Message"
get/authentication/v1/user/profile