cURL
curl --request GET \ --url https://api.broker.com/user/details \ --header 'Authorization: <authorization>' \ --header 'x-api-key: <x-api-key>'
"{\n \"id\": \"12345678972D0889E0530100007F0123\",\n \"pan\": \"XXXPX1234X\",\n \"first_name\": \"John\",\n \"last_name\": \"Doe\",\n \"mobile\": \"9999999999\",\n \"email\": \"[email protected]\",\n \"aadhaar\" : \"000011112222\",\n \"dob\": \"02/02/2002\",\n \"gender\" : \"Male\"\n}"
API to get the details of the user
API Key to uniquely identify API user
API version
Authentication token to authorize the request
200
"12345678972D0889E0530100007F0123"
"XXXPX1234X"
"John"
"Doe"
"9999999999"
"[email protected]"
"000011112222"
"02/02/2002"
"Male"